Datasets and using pre-annotated data

hey, i am trying to change annotation of coco dataset which is in .json format for downsampled coco images.
can anybody help me?
thank you

Hi! The docs on the image data format are a good place to start: Annotation interfaces · Prodigy · An annotation tool for AI, Machine Learning & NLP

Also see the documentation on using Prodigy for computer vision annotation: Computer Vision · Prodigy · An annotation tool for AI, Machine Learning & NLP

I just made a demo COCO display recipe that allows me to simply visualize the dataset and review it for correctness

It might be a good starting point for your own workflow

2 Likes

Awesome thanks for sharing!