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 ?
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.
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 ?