suojiashun / HIT-UAV-Infrared-Thermal-Dataset

A high-altitude infrared thermal dataset for Unmanned Aerial Vehicle-based object detection
Creative Commons Attribution 4.0 International
126 stars 21 forks source link

labelTransformer.py error message #7

Open DylanPho opened 6 months ago

DylanPho commented 6 months ago

I am receiving an error message that the KeyError: 'annotations' indicates that the key 'annotations' is not found in the train.json jsonFile dictionary. Does the JSON file being loaded not contain an 'annotations' key at the top level?

I used a verify key function and saw that 'Key 'annotations' exists in the JSON file: False'