Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -78,6 +78,8 @@ annotation_file = os.path.dirname(annotation_zip)+'/annotations/captions_train20
|
|
78 |
|
79 |
# Download image files
|
80 |
os.system("wget http://images.cocodataset.org/zips/train2014.zip")
|
|
|
|
|
81 |
image_folder = '/train2014/'
|
82 |
|
83 |
# image_zip = tf.keras.utils.get_file('train2014.zip',
|
|
|
78 |
|
79 |
# Download image files
|
80 |
os.system("wget http://images.cocodataset.org/zips/train2014.zip")
|
81 |
+
os.system("unzip train2014.zip")
|
82 |
+
|
83 |
image_folder = '/train2014/'
|
84 |
|
85 |
# image_zip = tf.keras.utils.get_file('train2014.zip',
|