stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
159 stars 68 forks source link

./uselib not found #34

Closed anathema43 closed 2 years ago

anathema43 commented 4 years ago

hi, I compiled https://github.com/AlexeyAB/darknet using make file with, cuda=1 Cudnn=1 cudnn_half=1 opencv=1 ZED_CAMERA=1

when i try the command LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./uselib data/coco.names cfg/yolov4.cfg cfg/yolov4.weights zed_camera I get error uselib not found. is the uselib generated anywhere else? Screenshot from 2020-09-17 15-15-02

please let me know if I am missing anything

MahmoudF98 commented 3 years ago

Set LIBSO to 1 in the Makefile:

LIBSO=1

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days