Open philipproy opened 2 years ago
Did you solve this problem? I have the same issue
Im using ubuntu 20.04, pytorch 1.10, same problem
Was also having the same issue on Ubuntu 20.04, cuda 11. Installing (using conda) pytorch 1.7.0 cudatoolkit 11.0 and detectron2 0.5 solved it
When running the inference ant train script with the sample data and the suggested model in the provided docker, following error occurs:
[libprotobuf FATAL google/protobuf/stubs/common.cc:83] This program was compiled against version 3.5.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.2). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/tmp/build/80754af9/opencv-suite_1535558553474/work/modules/dnn/misc/caffe/opencv-caffe.pb.cc".) terminate called after throwing an instance of 'google::protobuf::FatalException' what(): This program was compiled against version 3.5.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.19.2). Contact the program author for an update. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/tmp/build/80754af9/opencv-suite_1535558553474/work/modules/dnn/misc/caffe/opencv-caffe.pb.cc".) Aborted (core dumped)