Skip to content

Commit

Permalink
Update ensemble_inference_and_evaluation.sh
Browse files Browse the repository at this point in the history
Fixed the description of the first argument of ensemble_inference_and_evaluation.sh
  • Loading branch information
ArthurBoschet authored Apr 4, 2024
1 parent 993a290 commit 5b4d57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnunet_scripts/ensemble_inference_and_evaluation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The first argument should be the path to the datasets.
# The first argument should be the path to the nnunet folder.
# The remaining arguments should be the names of the datasets to process.
NNUNET_PATH=$1
DATASET_NAME="Dataset444_AGG"
Expand Down Expand Up @@ -33,4 +33,4 @@ python nnunet_scripts/run_evaluation.py --pred_path ${NNUNET_PATH}/nnUNet_result
--mapping_path ${NNUNET_PATH}/nnUNet_raw/${DATASET_NAME}/fname_mapping.json \
--gt_path ${NNUNET_PATH}/test_labels \
--output_fname ${NNUNET_PATH}/nnUNet_results/${DATASET_NAME}/ensemble_models/scores/${ensemble_name}_model_best_checkpoints_scores \
--pred_suffix _0000
--pred_suffix _0000

0 comments on commit 5b4d57c

Please sign in to comment.