virajmavani / semi-auto-image-annotation-tool

Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model
https://www.virajmavani.com/saiat
Apache License 2.0
579 stars 127 forks source link

it not works for me, #10

Open anhlbt opened 5 years ago

anhlbt commented 5 years ago

i change from (in main.py): if config.labels_to_names[label] not in curr_label_list:

to: if config.labels_to_names[label] in curr_label_list: