Spaces:
Running
Running
Maitreyapatel
commited on
Commit
•
a5b5393
1
Parent(s):
71e7455
missing references
Browse files- app.py +5 -0
- data/imagenet/images/original.zip +3 -0
app.py
CHANGED
@@ -21,6 +21,11 @@ for method in list(METHODS.values()):
|
|
21 |
shutil.unpack_archive(f"./data/imagenet/images/{method}.zip", f"./", 'zip')
|
22 |
if not os.path.exists(f"./data/imagenet/compositions/images/{method}"):
|
23 |
shutil.unpack_archive(f"./data/imagenet/compositions/images/{method}.zip", f"./", 'zip')
|
|
|
|
|
|
|
|
|
|
|
24 |
print("Ready to go")
|
25 |
|
26 |
|
|
|
21 |
shutil.unpack_archive(f"./data/imagenet/images/{method}.zip", f"./", 'zip')
|
22 |
if not os.path.exists(f"./data/imagenet/compositions/images/{method}"):
|
23 |
shutil.unpack_archive(f"./data/imagenet/compositions/images/{method}.zip", f"./", 'zip')
|
24 |
+
|
25 |
+
method="original"
|
26 |
+
if not os.path.exists(f"./data/imagenet/images/{method}"):
|
27 |
+
shutil.unpack_archive(f"./data/imagenet/images/{method}.zip", f"./", 'zip')
|
28 |
+
|
29 |
print("Ready to go")
|
30 |
|
31 |
|
data/imagenet/images/original.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1a656090b64c37c6c0f7cf7473393e9ce81c680df9dd8248b9f91d2cb2ccd4a
|
3 |
+
size 660312824
|