Created
December 7, 2019 11:10
-
-
Save NMZivkovic/e98963317b49353237e32a498b59ffab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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