We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120296a commit 7ac4060Copy full SHA for 7ac4060
scripts/resizing_individual_beetle_images.py
@@ -7,7 +7,7 @@
7
import numpy as np
8
9
# Set Base Directories
10
-BASE_DIR = "2018-NEON-beetles"
+BASE_DIR = "path/to/2018-NEON-beetles"
11
ORIGINAL_GROUP_IMAGES_DIR = os.path.join(BASE_DIR, "group_images")
12
PROCESS_DIR = os.path.join(BASE_DIR, "processed_images")
13
0 commit comments