Open aritche opened 4 years ago
Hi @aritche !
Just to make sure: how did you setup your environment to run the scorer? I feel like this might be a discrepancy in behavior between python 2 and 3. @AntoineTheb is currently finalizing PR #6 to migrate and fully support Python 3. If that's the issue, the solution should come soon.
Hi @aritche !
Nearly two years later, we have made modifications! The code is now in python3, and the files are now loaded with dipy. This should solve your issues!
Hi,
I am trying to understand how to use the scoring system, and to keep things simple I am trying to run the system to evaluate the ground-truth .trk files.
The steps I follow are:
export PYTHONPATH=~/Desktop/ismrm_2015_tractography_challenge_scoring
./scripts/score_tractogram.py ~/Downloads/ISMRM_2015_Tracto_challenge_ground_truth_bundles_TRK_v2/CST_left.trk scoring_data/ results/
However, I get the following error:
If I instead use the .tck files downloaded from the same website, I don't have any issues and the expected results are generated (f1 for everything is 0, except for CST_left which is 0.8294, valid bundles = 1, etc.).
What do I change in the .trk header files to fix this problem?