cocodataset / cocoapi

COCO API - Dataset @ http://cocodataset.org/
Other
6.1k stars 3.76k forks source link

TypeError: Argument 'bb' has incorrect type - pycocotools._mask.frPyObjects #371

Open hana9090 opened 4 years ago

hana9090 commented 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)

hyunaseo commented 4 years ago

I have the same error. Did you solve the problem?

edwardwterry commented 1 year ago

This is probably relevant.