doleron / yolov5-opencv-cpp-python

Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python
MIT License
328 stars 103 forks source link

file too short error #11

Closed dwight-foster closed 2 years ago

dwight-foster commented 2 years ago

Hello I keep getting this error: ./yolo_example: error while loading shared libraries: /home/dwight/intel/openvino_2022/runtime/3rdparty/tbb/lib/libtbb.so: file too short I am following the correct steps for running this repo and I have reinstalled openvino multiple times but keep getting the same error. I have changed nothing else. Any help would be appreciated thank you.

doleron commented 2 years ago

Sorry bro, it seems that you are getting some environment issue which is beyond the scope of this repo. I suggest perform a clean install of OpenCV on a linux machine and try it again.