-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: ./libdarknet.so #2386
Comments
I do not know how or why, but after several attempts to do
|
|
Perfect! Thanks, Alex. Could you answer why image dont show? I got this response |
after changing Line 391 in cce3471
to |
I try to work with Yolo v3 using python script darknet.py
Then I run
python darknet.py
I found informations about at first need set values LIBSO to 1 and make new make. But nothing change. After I try bash script
LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH ./uselib data/coco.names cfg/yolov3.cfg yolov3.weights test.mp4
and got
bash: ./uselib: no such file or directory
Help me solve this please!
The text was updated successfully, but these errors were encountered: