-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MONAI Geometric Workflow #7816
Comments
Interestingly, MONAI has a tutorial for 3D detection but I'm hesitant to say whether it has 2D support. In any case, I was able to achieve moderate accuracy and performance by modifying the Luna16 dataset processing and 3D RetinaNet for a different medical detection task, and I believe the pipeline could be modified similarly for 2D images. However, it was certainly a bit of a headache manually changing all the dataset processing, transforms, etc. It would be nice to have a more unified pipeline that follows the COCO format, as you mentioned, since it's not only standardized but also easier to work with. Also, adding options for more models would certainly improve MONAI's reach. |
One usecase for geometric transform is to process US 2D images with point annotations on the vessel walls and no label.
|
Is your feature request related to a problem? Please describe.
An end to end use case for MONAI Geometric workflows
Describe the solution you'd like
If we are considering a pipeline which will have the most impact on the MONAI Community and will draw more attention to the work we are doing, it will be adding a detection pipeline. The way I envision it is that we can make a big claim in the next release that
"MONAI now supports Detection workflows".
Some of the use cases for detection are
These use cases are generally 2D in nature and just by the default nature of the annotation tools being used and the public dataset available, two things happen
Additional context
We should develop a pipeline based on Microsoft coco object detection dataset. We should have no problems building this out on MONAI frameworks as we can load JPEG images using our
LoadImage
function. Once we build the pipeline we can replace the JPEG image with our medical JPEG images.The text was updated successfully, but these errors were encountered: