I want to have a multilabel segmentation #1225
Replies: 2 comments 1 reply
-
Hi, sorry for my late reply. If you're using the mmsegmentation, I belive that you will get a faster and more accurate workaround there. If you're setting up your baseline directly based on MMEngine, the most simple way is to customize a Dataset that accepts your data format. The most important thing you need to do is to implement the |
Beta Was this translation helpful? Give feedback.
-
Without knowing the specifics of your code implementation, it is hard to provide precise advice. However, if you are facing an issue where the input data format required by transforms does not match the raw data loaded by the dataset and the input expected by |
Beta Was this translation helpful? Give feedback.
-
HI there,
I have X-rays images that i need to segment.
I have 35 classes, but each pixel in the image can be part of several classes, so i need to make multilabel segmentation.
In the Annotation folder, i have npz object which is a concatenation of 35 matrix (composed with 0,1).
I need to modify the pipeline, in order to accept these objects.
Can you help me ?
Thank you for your help !
Beta Was this translation helpful? Give feedback.
All reactions