HavenFeng / TRUST

Towards Racially Unbiased Skin Tone Estimation via Scene Disambiguation (ECCV2022)
Other
139 stars 13 forks source link

Face keypoints in test dataset #7

Open ijorquera opened 1 year ago

ijorquera commented 1 year ago

Hello, I was trying to test the project with pictures other than the ones in the dataset, and so far I know that I need a cropped image with the face and its keypoints (68 from what I was able to see in the npy files inside the crop-lmks folder).

I wanted to know if there is a module inside the project that allows me to get process a full size image to get its keypoints, since I could not find one in the model.py, util.py and datasets_tests.py files.

If not, which network/model is recommended to get the right keypoints needed for the face in order to replicate the test/validation dataset?

Thanks!