AlexeyAB / darknet

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

yolo-face.weights doesn't work #222

Open elnasdgreat opened 7 years ago

elnasdgreat commented 7 years ago

I got this yolo-face.weights link: https://mega.nz/#F!GRV1XKbJ!v8BCsFO8iJVNppiGXY4qMw from this repository https://github.com/quanhua92/darknet/

It's a trained model to detect faces only. But whenever I try to use it, the program crashes.

I think I'm doing something wrong here, but don't know where. I'm really new to this, I was just experimenting with different stuffs.

AlexeyAB commented 7 years ago

These weights and cfg files for old Yolo v1 that isn't supported now. You can try to train your own model for the Yolo v2.

elnasdgreat commented 7 years ago

Thanks for the reply! Is there a way to convert it to support v2?