Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code about get the image features! #10

Open
haoopan opened this issue Aug 7, 2019 · 2 comments
Open

The code about get the image features! #10

haoopan opened this issue Aug 7, 2019 · 2 comments

Comments

@haoopan
Copy link

haoopan commented Aug 7, 2019

Hi Cadene,
Thank you open the source.But I face the problem about download the feature files, It's very slow to download,about 100 k/s. So can you share the code about extract image features. Thanks!

@Cadene
Copy link
Owner

Cadene commented Aug 8, 2019

@haoopan
I am still working on releasing the code to extract image features to use pretrained models on new images / questions.

However I just uploaded the features on AWS. It should be faster.

mkdir -p data/vqa
cd data/vqa
wget http://data.lip6.fr/cadene/block/vqa2.tar.gz
#wget http://data.lip6.fr/cadene/block/coco.tar.gz
wget https://dl.fbaipublicfiles.com/cadene/block/coco.tar.gz
tar -xzvf vqa2.tar.gz
tar -xzvf coco.tar.gz

cd ../..
mkdir -p data/vqa/coco/extract_rcnn
cd data/vqa/coco/extract_rcnn
# wget http://data.lip6.fr/cadene/block/coco/extract_rcnn/2018-04-27_bottom-up-attention_fixed_36.tar
wget https://dl.fbaipublicfiles.com/cadene/block/extract_rcnn/2018-04-27_bottom-up-attention_fixed_36.tar
tar -xvf 2018-04-27_bottom-up-attention_fixed_36.tar

@tbozinis
Copy link

@Cadene What's the state of the image features extractor..? When do you think you'll release it?
Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants