Skip to content

Commit

Permalink
Update scoring bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed May 22, 2024
1 parent d3c552f commit b401d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_utilities/scil_score_ismrm_Renauld2023.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi


echo '------------- SEGMENTATION ------------'
scil_score_tractogram.py $tractogram $config_file_segmentation $out_dir --no_empty \
scil_tractogram_segment_and_score.py $tractogram $config_file_segmentation $out_dir --no_empty \
--gt_dir $scoring_data --reference $ref --json_prefix tmp_ --no_bbox_check;

echo '------------- Merging CC sub-bundles ------------'
Expand Down

0 comments on commit b401d69

Please sign in to comment.