Open hana9090 opened 4 years ago
I am using this dataset as coco formate from this link To train yolact I got this error:
File "pycocotools/_mask.pyx", line 293, in pycocotools._mask.frPyObjects TypeError: Argument 'bb' has incorrect type (expected numpy.ndarray, got list)
I have the same error. Did you solve the problem?
This is probably relevant.
I am using this dataset as coco formate from this link To train yolact I got this error:
File "pycocotools/_mask.pyx", line 293, in pycocotools._mask.frPyObjects TypeError: Argument 'bb' has incorrect type (expected numpy.ndarray, got list)