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?
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
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?
please let me know if I am missing anything