Skip to content

Commit 7ac4060

Browse files
committed
Make explicit directory setting need
1 parent 120296a commit 7ac4060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/resizing_individual_beetle_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88

99
# Set Base Directories
10-
BASE_DIR = "2018-NEON-beetles"
10+
BASE_DIR = "path/to/2018-NEON-beetles"
1111
ORIGINAL_GROUP_IMAGES_DIR = os.path.join(BASE_DIR, "group_images")
1212
PROCESS_DIR = os.path.join(BASE_DIR, "processed_images")
1313

0 commit comments

Comments
 (0)