liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.06k stars 1.72k forks source link

Face detectiion pretrained models? #184

Open mrgloom opened 7 years ago

mrgloom commented 7 years ago

As I can see CCV have several object detection method: https://github.com/liuliu/ccv/blob/stable/bin/bbfdetect.c https://github.com/liuliu/ccv/blob/stable/bin/dpmdetect.c https://github.com/liuliu/ccv/blob/stable/bin/scddetect.c https://github.com/liuliu/ccv/blob/stable/bin/icfdetect.c

But where I can find pretrained models for face detection?

mrgloom commented 7 years ago

Seems one of them is https://github.com/liuliu/ccv/blob/stable/samples/face.sqlite3 but I'm not sure for which type of detector.