aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.39k stars 652 forks source link

assert len(class_names)==precisions.shape[2] error in instance segmentation task #197

Open qgh1223 opened 4 years ago

qgh1223 commented 4 years ago

I met assert len(class_names)==precisions.shape[2] cococ_evaluation.py error in instance segmentation task when testing on CiondInst model,But I don't meet it when using BlendMask. Why?How to solve

qgh1223 commented 4 years ago

I use it on my own dataset and only with one class.The inference on detection task is normal.

grmsljj commented 4 years ago

Did you solve this? I met with the same problem as yours.