CSV filename updated in the python script
Browse files- SynthCheX-75K.py +1 -1
SynthCheX-75K.py
CHANGED
|
@@ -31,7 +31,7 @@ _LICENSE = "Specify your license (e.g., cc-by-nc-4.0, mit, etc.)"
|
|
| 31 |
_ZIP_FILE_NAME = "ALL_FILES.zip"
|
| 32 |
|
| 33 |
# Path *INSIDE* the zip file to your metadata CSV
|
| 34 |
-
_METADATA_PATH_IN_ZIP = "ALL_FILES/
|
| 35 |
|
| 36 |
# Path *INSIDE* the zip file to the folder containing the images
|
| 37 |
_IMAGE_FOLDER_PATH_IN_ZIP = "ALL_FILES/images/" # Must end with a slash if it's a folder prefix
|
|
|
|
| 31 |
_ZIP_FILE_NAME = "ALL_FILES.zip"
|
| 32 |
|
| 33 |
# Path *INSIDE* the zip file to your metadata CSV
|
| 34 |
+
_METADATA_PATH_IN_ZIP = "ALL_FILES/metadata_with_generations_cleaned.csv"
|
| 35 |
|
| 36 |
# Path *INSIDE* the zip file to the folder containing the images
|
| 37 |
_IMAGE_FOLDER_PATH_IN_ZIP = "ALL_FILES/images/" # Must end with a slash if it's a folder prefix
|