AlexeyAB / yolo2_light

Light version of convolutional neural network Yolo v3 & v2 for objects detection with a minimum of dependencies (INT8-inference, BIT1-XNOR-inference)
MIT License
302 stars 116 forks source link

why yolo_ocl.exe can not detect. #49

Open IsNoOne opened 5 years ago

IsNoOne commented 5 years ago

I have compiled yolo_ocl successfully.but it can't detect anything.

IsNoOne commented 5 years ago

@AlexeyAB Hi, I have sucessfuly made a build using Visual studio in my Windows 10. You project yolo_ocl is succesfully working. but it can't detect anything.like this: What is the possible reason?thanks.

AlexeyAB commented 5 years ago

OpenCL implementation was made for Yolov2, it still doesn't work with Yolo v3.

IsNoOne commented 5 years ago

@AlexeyAB I use yolov2, but it still can't detect anything.