leopd/MonsterMirror

Use OpenCV face detector if running on CPU

Closed this issue · 1 comments

leopd commented

The SFD face detector takes several seconds to run on CPU. A Haar cascade face detector (which opencv has easy support for) can easily run in less than a second. This would make it just about usable on CPU.

leopd commented

Fixed in eb45be3