jackroos / VL-BERT

Code for ICLR 2020 paper "VL-BERT: Pre-training of Generic Visual-Linguistic Representations".
MIT License
738 stars 110 forks source link

Caffe feature extraction for conceptual-captions - where do I make pycaffe? #79

Open yonatanbitton opened 3 years ago

yonatanbitton commented 3 years ago

Hello. I am trying to follow the instructions you provide for the coneptual-captions feature extraction.

I am having problems with using the caffe. I also opened an issue in caffe github: https://github.com/BVLC/caffe/issues/7003

The docker installation for caffe works (I didn't succeed in other installations), but now I am missing the _caffe module that I know exists when making make pycaffe (from here). However, when building it from the Docker I don't know where I should make this pycaffe.

Do you know if I am missing something?

Thank you