Adjust constants

This commit is contained in:
2025-07-31 18:44:05 -06:00
parent aa8f87a6d3
commit 1b5fee77c2
3 changed files with 4 additions and 4 deletions

View File

@@ -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