AlexeyAB / darknet

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

Is it possible to train a YOLO model using Mobilenet backend ? #272

Open oishi89 opened 6 years ago

oishi89 commented 6 years ago

Hi @AlexeyAB I found out some articles that implement yolo v2 using Mobilenet as a backend. ex: https://github.com/experiencor/basic-yolo-keras However this is using keras so I'm wondering if it's possible to do the same thing using darknet ? Thanks

AlexeyAB commented 6 years ago

@oishi89 Hi,