adriandavidauer / VVAD

Repo about VVAD
GNU General Public License v3.0
3 stars 1 forks source link

Wildvvad/face feature preprocessing #54

Closed K-Zanaty closed 4 months ago

K-Zanaty commented 6 months ago

Preprocessing functions for the 3D face Feature creation incl. unit test cases using the default unittest package.

The functions of this pipeline allow to create a sequence of 3 dimensional face featured (68 landmarks using face-alignment package). These feature maps are then rotated in a way that the faces are oriented "face front"

github-actions[bot] commented 6 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
871 680 78% 20% 🟢

New Files

File Coverage Status
wildvvad/init.py 100% 🟢
wildvvad/model.py 100% 🟢
wildvvad/utils/init.py 100% 🟢
wildvvad/utils/faceFeatureUtils.py 32% 🟢
TOTAL 83% 🟢

Modified Files

No covered modified files...

updated for commit: a49cc11 by action🐍

K-Zanaty commented 5 months ago

@adriandavidauer checked all your comments, would be ready from my end. Overall coverage will be tackled in a separate section/branch focussing only on the remaining lack of coverage (aim: 85-90%)