Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euroso97 authored Sep 19, 2024
1 parent 4a9ee75 commit 81eb7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ pip install -e .
A pre-trained nnUNet model can be found at our [hugging face account](https://huggingface.co/nichart/DLICV) or at [DLICV-V2 v1.0.0 release](https://github.com/CBICA/DLMUSE/releases/tag/v1.0.0).
Feel free to use it under the package's [licence](LICENCE)
```bash
DLICV -i "input_folder" -o "output_folder" -d "id" -device cuda/cpu/mps
DLICV -i "input_folder" -o "output_folder" -device cuda/cpu/mps
```

You can perform one example test run using the test input folder by running
```bash
DLICV -i test_input/DLICV_test_images -o test_input/DLICV_test_results -d 901 -device cuda
DLICV -i test_input/DLICV_test_images -o test_input/DLICV_test_results -device cuda
```

## Contact
Expand Down

0 comments on commit 81eb7d0

Please sign in to comment.