You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate TOMs from the .trk files provided on Zenodo (link). Having a look at the "Train your own model" instructions in the repo's readme file, it doesn't appear to generate TOMs anywhere throughout the steps.
Is there a file similar to TractSeg/resources/utility_scripts/trk_2_binary.py but for generating TOMs? (e.g. trk_2_TOM.py)
The text was updated successfully, but these errors were encountered:
When I generate TOMs via the MitkFiberDirectionExtraction script, they are not as 'smooth' as the TOMs generated by the pre-trained TractSeg network. Is this to be expected? or am I using inappropriate parameters?
The command I am using is: sh MitkFiberDirectionExtraction.sh -i ./CST_left.trk -o ./result_TOM --mask ./CST_left_mask.nii.gz --athresh 10 --peakthresh 0.1 --numdirs 1 --normalization 3 --file_ending .nii.gz
Result from the script (CST_left):
Result from the pre-trained TractSeg network (CST_left):
Hi,
I am trying to generate TOMs from the .trk files provided on Zenodo (link). Having a look at the "Train your own model" instructions in the repo's readme file, it doesn't appear to generate TOMs anywhere throughout the steps.
Is there a file similar to TractSeg/resources/utility_scripts/trk_2_binary.py but for generating TOMs? (e.g. trk_2_TOM.py)
The text was updated successfully, but these errors were encountered: