Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbanerjee committed Apr 23, 2024
1 parent a74d6bd commit 9d4ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Note: Internal for now, please email [email protected] for access
If you want to run inference on only an image,
python run_inference.py --path-images <PATH_TO_IMAGE> --path-out <PATH_TO_OUTPUT> --path-model <PATH_TO_MODEL> --use-best-checkpoint -path-qc <PATH_TO_QC>
If you want to run it on a whole BIDS-compatible dataset folder,
If you want to run inference on a whole BIDS-compatible dataset folder,
python run_inference.py --path-dataset_bids <PATH_TO_BIDS_DATASET> --path-out <PATH_TO_OUTPUT> --path-model <PATH_TO_MODEL> --use-best-checkpoint -path-qc <PATH_TO_QC>
```

Expand Down

0 comments on commit 9d4ec12

Please sign in to comment.