Closed xinghuokang closed 5 years ago
@xinghuokang The additional channel is a binary-value image, where the locations corresponding to facial landmarks take the value of 1 and others take the value of −1
Thank you for your reply, how to get facial landmarks of my own image, by others libarary?
@xinghuokang You can use mtcnn or 2D FAN or dlib to obtain the landmarks.
Thanks
Hi, I want to test my own image, but input of model is four channels, and how to get the forth channel of my own data? Thanks