-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Fine-tuning Mask-RCNN on my own dataset #212
Comments
I also have problems with my own dataset when training. |
Hello, |
@francoto I checked the pycocotools API and there is no API for converting RLE to polygon. Now, I modified the segms.py to load RLE format and fine-tuning is processing on GPU, but I found the segmentation result is bad when I checked the intermediate checkpoint. |
@raninbowlalala You can check issue #100 I think they solved your issue there. |
@francoto Tanks, your answer helps me a lot! |
@francoto Thank you very much. Your answer helps me a lot. |
how did you generate uncompressed RLE masks for |
@waspinator I am using your pycococreator but I am not sure how to use the annotation with the matterport MaskRCNN when is_crowd=1 because it seems that RLE is not compatible with the MaskRCNN implementation. Did you find any solution? |
I want to fine-tuning Mask-RCNN on my own dataset.
and I got error as below:
I think detectron only support polygon format, am I right?
If it's true, do you know how to convert RLE to polygon or convert mask binary image to polygon?
Thanks in advance.
The text was updated successfully, but these errors were encountered: