OBJECT SEGMENTATION - Yolov4 bounding boxes as input to mask RCNN network.
My training data and output is in the yolo format.
I have bounding boxes over the objects.
Now, I want to convert these bounding boxes to Segmentation format for instance segmentation.
Is there any solution to the above.
Any kind of help is much appreciated
Thank you very much.