fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

negative samples in dataset format as coco #1365

Closed amardeepjaiman closed 4 years ago

amardeepjaiman commented 4 years ago

Can we provide negative samples in coco dataset format if we convert our csv dataset which has negative samples to coco format ? The training sometimes give problem with csv format training, so i have converted my dataset from csv format to coco format and start training. So for the negative samples there are image name available in the images tag but no annotations are there in annotation tag for these image IDs.

So the question is , using coco format, negative sample images are being fed to network or not ?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.