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 have a custom datasets in 3D, labeled with segmentation and I did ConvertSegToBoundingBoxCoordinates already, so I have a annotation file (.json), contains each image's path, segmentation path and b-boxes.
Now I am confusing when re-writing preprocessing.py script, as showed in README, I should have a dict contains:
"data": preprocessed image (.npy format)
"seg": preprocessed segmentation image (.npy format)
"pid": patient id
"class_target": a list of each ROI's class, for example, [1, 2] (means this image have 2 rois, first is class_1 and second is class_2)
So, where the bounding boxes coordinates should be put ??
The text was updated successfully, but these errors were encountered:
I have a custom datasets in 3D, labeled with segmentation and I did ConvertSegToBoundingBoxCoordinates already, so I have a annotation file (.json), contains each image's path, segmentation path and b-boxes.
Now I am confusing when re-writing preprocessing.py script, as showed in README, I should have a dict contains:
"data": preprocessed image (.npy format)
"seg": preprocessed segmentation image (.npy format)
"pid": patient id
"class_target": a list of each ROI's class, for example, [1, 2] (means this image have 2 rois, first is class_1 and second is class_2)
So, where the bounding boxes coordinates should be put ??
The text was updated successfully, but these errors were encountered: