Skip to content

Commit 51f8190

Browse files
committed
2 parents 0af3712 + a1f290e commit 51f8190

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Visual_murel/data

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/add_disk/murel/data
Binary file not shown.

Visual_murel/murel.bootstrap.pytorch.egg-info/PKG-INFO

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Metadata-Version: 1.1
1+
Metadata-Version: 2.1
22
Name: murel.bootstrap.pytorch
33
Version: 0.0.0
44
Summary: MUREL: Multimodal Relational Reasoning for Visual Question Answering
@@ -338,3 +338,4 @@ Classifier: Intended Audience :: Developers
338338
Classifier: Topic :: Software Development :: Build Tools
339339
Classifier: License :: OSI Approved :: MIT License
340340
Classifier: Programming Language :: Python :: 3.7
341+
Provides-Extra: test

Visual_murel/murel.bootstrap.pytorch.egg-info/SOURCES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
README.md
12
setup.cfg
23
setup.py
34
murel/__init__.py

Visual_murel/murel/datasets/scripts/download_vqa2.sh

100644100755
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
mkdir -p data/vqa
1+
#mkdir -p data/vqa
22
cd data/vqa
3-
wget http://data.lip6.fr/cadene/block/vqa2.tar.gz
4-
wget http://data.lip6.fr/cadene/block/coco.tar.gz
3+
#wget http://data.lip6.fr/cadene/block/vqa2.tar.gz
4+
#wget http://data.lip6.fr/cadene/block/coco.tar.gz
55
tar -xzvf vqa2.tar.gz
66
tar -xzvf coco.tar.gz
77

0 commit comments

Comments
 (0)