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
Currently, data need to be preprocessed in order to run the model. This preprocessing includes cord segmentation, bounding box creation, etc.
This adds complications for the end-user. Ideally, the preprocessing would be incorporated in the inference script, the same way it is done for the tumor segmentation or sct_segment_lesion.
One possibility would be to train another model for finding the bounding box, and then create a cascaded workflow of CNNs.
The text was updated successfully, but these errors were encountered:
kousu
transferred this issue from another repository
Dec 3, 2021
Currently, data need to be preprocessed in order to run the model. This preprocessing includes cord segmentation, bounding box creation, etc.
This adds complications for the end-user. Ideally, the preprocessing would be incorporated in the inference script, the same way it is done for the tumor segmentation or
sct_segment_lesion
.One possibility would be to train another model for finding the bounding box, and then create a cascaded workflow of CNNs.
The text was updated successfully, but these errors were encountered: