Open mrgloom opened 8 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?
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.
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?