-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'BitMasks' object has no attribute 'polygons' #79
Comments
I have met the same problem as you. Have you solved this problem? |
It is caused by the masks of training data encoded as RLE. You will need to convert the masks from RLE to polygon. |
I met the same problem,but my dataset are in polygon format. could you help me? |
I have the same problem |
Hello @youngwanLEE ,
I am trying to implement CenterMask2 https://github.com/youngwanLEE/centermask2 which makes use of Detectron2.
My annotations are in COCO RLE format, my data registration is successful. I visualized the data as well using the detectron2 visualizer, also I have set
cfg.INPUT.MASk_FORMAT= bitmask
, but somehow this error is being raised while I try to train the network.Can somebody help me out here with what could be done?
The text was updated successfully, but these errors were encountered: