AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.74k stars 7.96k forks source link

getting a hold of darklib.so #4489

Open haviduck opened 4 years ago

haviduck commented 4 years ago

Hey @AlexeyAB Im using pyinstaller to wrap my python app with the necessary dlls compiled. however since darklib.so is embedded in the binary, pyinstaller fails. i had an ancient darklib.so file from a previous repo that worked but i doubt thats optimal. is there any way i can compile that file?

AlexeyAB commented 4 years ago

however since darklib.so is embedded in the binary

What does it mean?

haviduck commented 4 years ago

from what i can gather it yanks darklib.so out of a dll, ill try to screengrab the console

haviduck commented 4 years ago

this is the error: 37556 WARNING: Ignoring ./libdarknet.so imported from E:\Eel\darknet.py - ctypes imports are only supported using bare filenames