Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 6, 2020 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alakhator/b8402588d11e56321296cf6c0bc4c826 to your computer and use it in GitHub Desktop.
Save Alakhator/b8402588d11e56321296cf6c0bc4c826 to your computer and use it in GitHub Desktop.
# List of the strings that is used to add correct label for each box.
PATH_TO_LABELS = 'models/research/object_detection/data/mscoco_label_map.pbtxt'
category_index = label_map_util.create_category_index_from_labelmap(PATH_TO_LABELS, use_display_name=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment