Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 7, 2019 11:10
Show Gist options
  • Save NMZivkovic/e98963317b49353237e32a498b59ffab to your computer and use it in GitHub Desktop.
Save NMZivkovic/e98963317b49353237e32a498b59ffab to your computer and use it in GitHub Desktop.
data_directory = pathlib.WindowsPath("./LEGO brick images/train")
CLASSES = np.array([item.name for item in data_directory.glob('*') if item.name != "LICENSE.txt"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment