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
Hi, I guess mmdetection does not provide .mat input but you can add custom data pipeline to load any format data.
I think LoadImageFromFile is the one you need to extend. This class loads an image from filename, you should load .mat file, convert to an image, and return similar output in your custom class. I believe that it should work.
Hi, I guess mmdetection does not provide .mat input but you can add custom data pipeline to load any format data.
I think LoadImageFromFile is the one you need to extend. This class loads an image from filename, you should load .mat file, convert to an image, and return similar output in your custom class. I believe that it should work.
Thank you, but my original intention was to have the model directly process .mat file instead of converting it to an image, because my .mat file contains complex-valued data.
I would like to know if mmdetection supports input such as .mat format? Thanks!
The text was updated successfully, but these errors were encountered: