Update preprocess.py
Browse files- preprocess.py +1 -1
preprocess.py
CHANGED
@@ -116,7 +116,7 @@ class2_dirs = [
|
|
116 |
"/home/AI_detection_dataset/Real_AI_SD_LD_Dataset/train/fake/",
|
117 |
"/home/AI_detection_dataset/Real_AI_SD_LD_Dataset/test/fake/"
|
118 |
] #fake 1
|
119 |
-
output_dir = "/content/drive/MyDrive/
|
120 |
file_paths_pickle_save_dir='/content/drive/MyDrive/aigc_file_paths.pkl'
|
121 |
patch_num = 128
|
122 |
N = 256
|
|
|
116 |
"/home/AI_detection_dataset/Real_AI_SD_LD_Dataset/train/fake/",
|
117 |
"/home/AI_detection_dataset/Real_AI_SD_LD_Dataset/test/fake/"
|
118 |
] #fake 1
|
119 |
+
output_dir = "/content/drive/MyDrive/h5saves"
|
120 |
file_paths_pickle_save_dir='/content/drive/MyDrive/aigc_file_paths.pkl'
|
121 |
patch_num = 128
|
122 |
N = 256
|