Adjust constants
This commit is contained in:
4
move.py
4
move.py
@@ -10,8 +10,8 @@ def main():
|
||||
them into data/open/ or data/closed/ based on the 'choice' field.
|
||||
"""
|
||||
data_dir = 'data'
|
||||
open_dir = os.path.join(data_dir, 'open')
|
||||
closed_dir = os.path.join(data_dir, 'closed')
|
||||
open_dir = os.path.join(data_dir, 'labelled/open')
|
||||
closed_dir = os.path.join(data_dir, 'labelled/closed')
|
||||
|
||||
# This is an assumption based on the path found in the 'd' parameter of the image URL.
|
||||
# e.g., ...?d=.../data/hourly_photos/filename.jpg
|
||||
|
Reference in New Issue
Block a user