文件名称:deep_folding
文件大小:5.47MB
文件格式:ZIP
更新时间:2024-05-12 06:16:41
Python
深度折叠 该项目旨在利用深度学习工具来研究皮质折叠模式。 MRI通过BrainVISA /形态学家工具进行处理。 先决条件 解剖师零件(anatomist_tools)必须在安装brainvisa和python2的情况下运行 深度学习部分(预处理和utils)必须与python3一起运行,并与pytorch一起使用。 发展 git clone https://github.com/neurospin/deep_folding.git # Install for development bv bash cd deep_folding virtualenv -p /casa/install/bin/python --system-site-packages venv . venv/bin/activate pip install -e . # Tests python -m pytest #
【文件预览】:
deep_folding-main
----MANIFEST.in(97B)
----README.rst(986B)
----deep_folding()
--------preprocessing()
--------anatomist_tools()
--------__init__.py(0B)
--------utils()
----AUTHORS.rst(368B)
----data()
--------README.rst(189B)
--------reference()
--------source()
----tests()
--------test_dataset_gen_pipe.py(2KB)
--------test_transform.py(1KB)
--------test_bounding_box.py(2KB)
--------test_compute_max_box.py(743B)
----LICENSE(21KB)
----setup.cfg(24B)
----setup.py(516B)
----.gitignore(281B)
----notebooks()
--------run_transform.ipynb(8KB)
--------run_bounding_box.ipynb(9KB)
--------run_dataset_gen_pipe.ipynb(10KB)