Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 6, 2020 07:04
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/9b6592bbed4a9a2489c10e54be7b5031 to your computer and use it in GitHub Desktop.
Save Alakhator/9b6592bbed4a9a2489c10e54be7b5031 to your computer and use it in GitHub Desktop.
# If you want to test the code with your images, just add path to the images to the TEST_IMAGE_PATHS.
PATH_TO_TEST_IMAGES_DIR = pathlib.Path('models/research/object_detection/test_images')
TEST_IMAGE_PATHS = sorted(list(PATH_TO_TEST_IMAGES_DIR.glob("*.jpg")))
TEST_IMAGE_PATHS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment