cvjena / darknet

Extension of the public darknet repository with additional features and code improvements for YOLO.
Other
119 stars 70 forks source link

Writing C program for using yolo detector #12

Open AditiBhiwaniwala opened 7 years ago

AditiBhiwaniwala commented 7 years ago

Hey all, I want to write a c program using the pretrainned weight file of yolo to find out the location of car in my image. Can you help me with it?