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

Is there an option to upload the the val_frcnn features? #78

Open
yonatanbitton opened this issue Apr 24, 2021 · 0 comments
Open

Is there an option to upload the the val_frcnn features? #78

yonatanbitton opened this issue Apr 24, 2021 · 0 comments

Comments

@yonatanbitton
Copy link

yonatanbitton commented Apr 24, 2021

Hey, thanks for the your work.

I am trying to follow the instructions here: https://github.com/jackroos/VL-BERT/blob/master/data/conceptual-captions/ReadMe.txt

But I am having problems with the caffe installation.

Is there a chance to upload the Conceptual Captions calculated features somewhere? Or is there any alternative / other instructions to do it?
Maybe someone extracted it already and can upload?

I understand that the files are big. Maybe just upload the validation features?

My specific problem is while installing caffe (https://caffe.berkeleyvision.org/installation.html#compilation)

after setting `BLAS := open` in `Makefile.config` I receive the following error in `make all`:
CXX tools/caffe.cpp
CXX/LD -o .build_release/tools/caffe.bin
.build_release/tools/caffe.o: In function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* google::MakeCheckOpString<cudaError, cudaError>(cudaError const&, cudaError const&, char const*)':
caffe.cpp:(.text._ZN6google17MakeCheckOpStringI9cudaErrorS1_EEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc[_ZN6google17MakeCheckOpStringI9cudaErrorS1_EEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc]+0x43): undefined reference to `google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()'
.build_release/tools/caffe.o: In function `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >* google::MakeCheckOpString<unsigned long, int>(unsigned long const&, int const&, char const*)':
caffe.cpp:(.text._ZN6google17MakeCheckOpStringImiEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc[_ZN6google17MakeCheckOpStringImiEEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_RKT0_PKc]+0x43): undefined reference to `google::base::CheckOpMessageBuilder::NewString[abi:cxx11]()'
.build_release/tools/caffe.o: In function `main':
caffe.cpp:(.text.startup+0x39): undefined reference to `gflags::SetVersionString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
caffe.cpp:(.text.startup+0x63): undefined reference to `gflags::SetUsageMessage(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
.build_release/lib/libcaffe.so: undefined reference to `leveldb::Status::ToString[abi:cxx11]() const'
.build_release/lib/libcaffe.so: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, leveldb::DB**)'
collect2: error: ld returned 1 exit status
make: *** [.build_release/tools/caffe.bin] Error 1

Thanks

@yonatanbitton yonatanbitton changed the title Is there an option to upload the the train_frcnn and val_frcnn features? Is there an option to upload the the val_frcnn features? Apr 25, 2021
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

1 participant