
python
盖世美男子
人生的自传有很多种,关键看我想怎么活!
展开
-
Ubuntu,ClinicaDL一些bug以及解决方法
1.数据预处理,ANTs路径设置 export ANTSPATH=/home/zhang/ANTs/install/bin export PATH="$ANTSPATH:$PATH" source ~/.bashrc 重新设置一下路径,问题就可以解决。 2.t1-linear- Affine registration of T1-weighted MR images to the MNI clinicadl preprocessing run t1-linear <bids_direct.原创 2021-08-18 14:29:25 · 268 阅读 · 0 评论 -
Data handling tools(生成tsv)
链接:IO - Clinica Documentation (inria.fr) create-subjects-visits 创建tsv clinica iotools create-subjects-visits BIDS_DIRECTORY OUTPUT_TSV 2.check-missing-modalities 缺失的M00文件 clinica iotools check-missing-modalities [OPTIONS] BIDS_DIRECTORY OUTPUT_DIR原创 2021-08-18 14:28:31 · 223 阅读 · 0 评论 -
Nearest Neighbor分类器的代码解读(个人向)
现在初步理解是这个意思 但是对与网上下载的测试集中矩阵是如何存储的尚且不知道。原创 2020-09-24 14:54:59 · 320 阅读 · 0 评论 -
python学习
1.W3school https://www.w3school.com.cn/python/numpy_intro.asp 2.python3-cookbook https://python3-cookbook.readthedocs.io/zh_CN/latest/chapters/p01_data_structures_algorithms.html原创 2020-09-20 18:51:08 · 152 阅读 · 0 评论