SushantGautam
commited on
Commit
•
0f5ba98
1
Parent(s):
e2c31f3
Update script.py
Browse files
script.py
CHANGED
@@ -41,7 +41,7 @@ real_dirs = {
|
|
41 |
}
|
42 |
## generate real-images-both directory
|
43 |
print("Preparing test dataset. . .")
|
44 |
-
target_directory= '/tmp/data/real-images-both/'
|
45 |
os.makedirs(target_directory, exist_ok=True)
|
46 |
|
47 |
for directory in ["/tmp/data/real-images-single", "/tmp/data/real-images-multi"]:
|
|
|
41 |
}
|
42 |
## generate real-images-both directory
|
43 |
print("Preparing test dataset. . .")
|
44 |
+
target_directory= '/tmp/data/real-images-both/images'
|
45 |
os.makedirs(target_directory, exist_ok=True)
|
46 |
|
47 |
for directory in ["/tmp/data/real-images-single", "/tmp/data/real-images-multi"]:
|