AIRLegend / aitrack

6DoF Head tracking software
MIT License
1.03k stars 102 forks source link

Integrate previous optimizations and improve face detection #156

Closed AIRLegend closed 1 year ago

AIRLegend commented 1 year ago

This PR definitely includes changes proposed on #153 (removing macros and merging the code). As s summary:

In addition to that, the face detection step has been improved by changing the detection ONNX model with a pretrained YuNet, achieving x5 speedup (10ms before vs 2ms now on a Ryzen 7) on this inference step (lower CPU consumption) and better detection on low light situations.