You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
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
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)
Thanks
The text was updated successfully, but these errors were encountered: