You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: