facer icon indicating copy to clipboard operation
facer copied to clipboard

Face analysis tools for modern research, equipped with state-of-the-art Face Parsing and Face Alignment

Results 23 facer issues
Sort by recently updated
recently updated
newest added

Can you please provide an example of face-Landmark detection ?

Face parsing model trained on celebm is deleted in this commit "ab13b31c9d81e4d584a3cb0ca14e9cd22c7292e2".

Hello, your program turned out very well. But there is no usable model for the Celebm database to run, can you provide one?

I created a loss which uses the detector and parser to get the face segment. The loss function is used as a supervisory signal for the loop optimization generation process....

Hello and thank you for your excellent work. I' m facing a keyError when I run the face Attributes code for not just an image but a dataset. More specifically...

Hi I want to fine-tune your checkpoint model named "'https://github.com/FacePerceiver/facer/releases/download/models-v1/face_attribute.farl.celeba.pt'", on my own dataset. I can't find the model structure implementation and training and dataloader python scripts. so, How can...

Dear, Is it possible to fine-tune the model on a personalized dataset? If yes can you provide an example please.

During the model warm-up, especially in the initial steps, there is significant fluctuation in GPU memory, and the process takes a considerable amount of time, reaching around twenty seconds. The...

When a face is detected, an empty dict is returned, so the user must count the number of faces and at the same time determine if it is an empty...