Skip to content

Commit 45cf7f2

Browse files
Update with Zenodo
1 parent cb8a9fa commit 45cf7f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DeepFixel: Crossing white matter fiber identification through spherical convolutional neural networks
2-
[![arXiv](https://img.shields.io/badge/arXiv-2511.03893-b31b1b.svg)](https://arxiv.org/abs/2511.03893)
2+
[![arXiv](https://img.shields.io/badge/arXiv-2511.03893-b31b1b.svg)](https://arxiv.org/abs/2511.03893) [![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.13121149.svg)](https://doi.org/10.5281/zenodo.13121149)
33

44
DeepFixel is a deep learning method for identification of crossing fiber bundle elements from diffusion MRI.
55

@@ -14,7 +14,7 @@ uv sync
1414
Alternatively, you can use Docker or Apptainer (see instructions below).
1515

1616
## Usage
17-
To run the model, download the weights and testing dataset from the following link: [https://zenodo.org/records/17834290](https://zenodo.org/records/17834290).
17+
To run the model, download the weights and testing dataset from the following link: [https://doi.org/10.5281/zenodo.13121149](https://doi.org/10.5281/zenodo.13121149).
1818
- Unzip and copy the testing data to `./test_data`
1919
- Put the weights in `./models/pretrained`
2020

@@ -43,7 +43,7 @@ sudo docker run --rm -it --gpus all -v $(pwd):$(pwd) $spherical_deep_fixel:v1.0.
4343
```
4444

4545
## Usage (Apptainer)
46-
A pre-built Apptainer image is available on Zenodo:
46+
A pre-built Apptainer image is available on Zenodo ([https://doi.org/10.5281/zenodo.13121149](https://doi.org/10.5281/zenodo.13121149)):
4747

4848
```bash
4949
apptainer run -C -B $(pwd):$(pwd) --nv https://zenodo.org/records/17834290/files/spherical_deep_fixel_v1.0.0.sif python /app/train_deep_fixel.py --config /path/to/config/example_scnn.yaml

0 commit comments

Comments
 (0)