Python-wrapper-for-YOLO icon indicating copy to clipboard operation
Python-wrapper-for-YOLO copied to clipboard

Some questions ...

Open MyVanitar opened this issue 8 years ago • 1 comments

Hello,

I appreciate your reply for these important questions:

  1. Does your code support GPU (CUDA, CuDNN) for the maximum acceleration?
  2. in the code you mentioned:

mylib = ctypes.cdll.LoadLibrary('libdarknet.so')

Where should I find the libdarknet.so file?

  1. is it possible to test the code with a single image?
  2. How can we feed the code with video from the camera?
  3. Does your code draw bounding boxes over detected objects and handles the coordinates?

MyVanitar avatar Feb 26 '17 09:02 MyVanitar

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

jeremy-rutman avatar May 03 '17 17:05 jeremy-rutman