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
Is your feature request related to a problem? Please describe.
I have been using MONAI for my project the last few months, the main problem is I need to use publicly available foundation models such as RAFT or MiDaS to generate intermidiate inputs for my models. This makes the implementation of such networks a bit tricky as you have to stick to certain input requirements (size, normalization, etc.) and implement those outside the MONAI bundles.
Describe the solution you'd like
Implementing a set of foundation models for MONAI. For my own application, I need depth estimation and optical flow estimation. However, I think it will benefitial to add models for segmentation and object detection also. I think there are two possible solutions:
Create native foundation models in MONAI for these tasks.
"Porting" some of the general foundation models available in Pytorch such as RAFT or MiDaS and implement them inside the MONAI framework.
Additional context
I'd like to use this post as a discussion about the implementation of such foundation models. I am more than happy to participate on the process, as it would massively benefit my own work.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have been using MONAI for my project the last few months, the main problem is I need to use publicly available foundation models such as RAFT or MiDaS to generate intermidiate inputs for my models. This makes the implementation of such networks a bit tricky as you have to stick to certain input requirements (size, normalization, etc.) and implement those outside the MONAI bundles.
Describe the solution you'd like
Implementing a set of foundation models for MONAI. For my own application, I need depth estimation and optical flow estimation. However, I think it will benefitial to add models for segmentation and object detection also. I think there are two possible solutions:
Additional context
I'd like to use this post as a discussion about the implementation of such foundation models. I am more than happy to participate on the process, as it would massively benefit my own work.
The text was updated successfully, but these errors were encountered: