Python-wrapper-for-YOLO
Python-wrapper-for-YOLO copied to clipboard
Some questions ...
Hello,
I appreciate your reply for these important questions:
- Does your code support GPU (CUDA, CuDNN) for the maximum acceleration?
- in the code you mentioned:
mylib = ctypes.cdll.LoadLibrary('libdarknet.so')
Where should I find the libdarknet.so file?
- is it possible to test the code with a single image?
- How can we feed the code with video from the camera?
- Does your code draw bounding boxes over detected objects and handles the coordinates?
It seems like GPU is not supported based on detection time and checking nvidia-smi, Id also like to have such a version - also one that can load the net onc and take images at will