Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to extract facial regions? #3

Open
wolo-wolo opened this issue Oct 29, 2023 · 2 comments
Open

how to extract facial regions? #3

wolo-wolo opened this issue Oct 29, 2023 · 2 comments

Comments

@wolo-wolo
Copy link

Thank you for your great work. Fig. 1. in the paper shows facial regions segmentation map and treats them as nodes. How is the seg map obtained, and is it implicit in the code to obtain the facial region?

@zimyang
Copy link
Owner

zimyang commented Mar 27, 2024

Facial regions can be extracted by face detectors such as Dlib, MTCNN, etc. Partial regions are masked by the proposed Masked Relation Learner. The implementation is class Model on Line 33 in network.py.

@anbreenkausar
Copy link

Thankyou @zimyang for your great work. I am working on it. I used Dlib to crop faces from videos but frame quality gets damaged and image gets blurred! Please guide me what should I do to continue work on your paper. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants