github-luffy / PFLD_68points_Pytorch

Implementation of PFLD For 68 Facial Landmarks By Pytorch
323 stars 72 forks source link

Does model also provides each landmark confidence score #47

Open sainisanjay opened 2 years ago

sainisanjay commented 2 years ago

@github-luffy Does models also provides each landmark confidence score? if no then have any idea how we can get from network?

github-luffy commented 2 years ago

PFLD uses the regression loss function, and the cross entropy loss of the classification is not used, and there is no confidence score.

sainisanjay commented 2 years ago

@github-luffy Thanks for your response, may i know what modification i can do in n/w in order to get score of each landmarks?

github-luffy commented 2 years ago

To output the key point heat map, you can look at the papers and projects of cpm (convolutional pose machine)