Simple fix: Label --label does not belong to COCO labels
The error:
Using TensorFlow backend. WARNING:tensorflow:From annotate.py:14: The name tf.logging.set_verbosity is deprecated. Please use tf.compat.v1.logging.set_verbosity instead.
WARNING:tensorflow:From annotate.py:14: The name tf.logging.ERROR is deprecated. Please use tf.compat.v1.logging.ERROR instead.
Traceback (most recent call last): File "annotate.py", line 156, in assert args.label in COCO_DATASET_LABELS, "Label --label does not belong to COCO labels " AssertionError: Label --label does not belong to COCO labels
Please refer to the issue below in order to be more informed on this: https://github.com/mdhmz1/Auto-Annotate/issues/11
Hi @mdhmz1 Can I take this up?
Go ahead. Shall I assign it to you?
I cross checked the labels and seems like all the labels of COCO dataset are already defined in COCO_DATASET_LABELS Could you let me know what exactly needs to be looked into here?
Try running the application using a label in Coco dataset and it should probably throw an error as above.