pedropro / TACO

🌮 Trash Annotations in Context Dataset Toolkit
http://tacodataset.org
MIT License
603 stars 201 forks source link

Discrepancy with the naming in the Taxonomy page and the annotations.json file #16

Open aidamanzano opened 4 years ago

aidamanzano commented 4 years ago

Hi thank you so much for your project! It is very helpful for what I am working on right now! The issuse is a minor typo but has made me lose a lot of time trying to find out the source of the problem.

I am using a COCO to YOLO annotation converter, and when I wrote down the category names I used the names used on the Taxonomy website, where all the second words are always lowercase. However, on the annotations.json file the "Food can" category is actually written as "Food Can", meaning I kept getting a Type error when trying to find that category. I know this is minor but please do change it as it took some real digging into the annotations file and a hawk eye to discover this!