keras-io
keras-io copied to clipboard
Run this Retinanet on my own object detection dataset?
Hello,
I'm running this Keras implementation of retinanet and it works perfectly on COCO dataset obtained from tfds.load().
I noticed that the downloaded TFrecords (from tfds.load() ) contain COCO annotations in a different way from traditional COCO annotations and that is the cause of all problems. Please, see: annotation comparison
The problem is: How to run this model on my own dataset? i.e. How to put my dataset in this specific COCO annotation format?
Thanks in advance, Allan Freitas