keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Run this Retinanet on my own object detection dataset?

Open allansdefreitas opened this issue 3 years ago • 0 comments

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

allansdefreitas avatar Jun 29 '22 01:06 allansdefreitas