ozendelait / rvc_devkit

Robust Vision Challenge Devkits
http://www.robustvision.net/
MIT License
107 stars 13 forks source link

Objdet fixes #15

Closed michaelisc closed 4 years ago

michaelisc commented 4 years ago

A number of fixes for the object detection pipeline and the coco remapping and label combination code. With these the conversion should work "out-of-the-box" but I did not test the complete pipeline again, because this would need ~5 days.

michaelisc commented 4 years ago

There is another fix necessary to change the MVD Panoptic annotations int "normal" coco box/instance annotations. I'll try to fix this tomorrow.

michaelisc commented 4 years ago

The MVD annotations are now fixed.

Next: Will confirm that the joined dataset can be used for training.

michaelisc commented 4 years ago

It looks as if everything was working now so from my side it can be merged.

michaelisc commented 4 years ago

There seems to be another problem concerning the bounding box annotations. The loss returns as NaN most of the time.