romain87400

Results 5 comments of romain87400

Hi jcwchen, i had the same problem and export CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON" (OFF no changed). My Cmake is : cmake .. -DTENSORRT_ROOT=/usr/src/tensorrt -DONNX_USE_PROTOBUF_SHARED_LIBS=ON Generated: /home/databird/Developpement/library/onnx-tensorrt/build/third_party/onnx/onnx/onnx_onnx2trt_onnx-ml.proto Generated: /home/databird/Developpement/library/onnx-tensorrt/build/third_party/onnx/onnx/onnx-operators_onnx2trt_onnx-ml.proto Generated: /home/databird/Developpement/library/onnx-tensorrt/build/third_party/onnx/onnx/onnx-data_onnx2trt_onnx.proto -- -- ********...

Thanks for your answer. I had not building onnx, because i have had the same issue when i want installing pure onnx.

My Python version is 3.6 and my protobuf version on python is : desktop:~$ pip3 show protobuf Name: protobuf Version: 3.19.5 Summary: Protocol Buffers Home-page: https://developers.google.com/protocol-buffers/ Author: None Author-email: None...

I tried, but nothing change : /usr/lib/aarch64-linux-gnu$ ls -l | grep proto -rw-r--r-- 1 root root 624108 juin 6 2020 libonnx_proto.a -rw-r--r-- 1 root root 6081388 sept. 20 10:16 libprotobuf.a...

Yes, now i understand my problem, when the cmake load python, she take python 2.7 and not python 3.6.9 :( -- Found PythonInterp: /usr/bin/python (found version "2.7.17") -- Found PythonLibs:...