From 81eb7d0267f239a6033cf98a00dbe15eed8b4d02 Mon Sep 17 00:00:00 2001 From: KyleB Date: Thu, 19 Sep 2024 09:34:36 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b9fc1..bd6c95e 100644 --- a/README.md +++ b/README.md @@ -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