emonet icon indicating copy to clipboard operation
emonet copied to clipboard

about the facial landmarks

Open lhr-30 opened this issue 3 years ago • 9 comments

Why does the training set data contain facial landmarks? It seems that the facial landmarks are not used during the training process, just helps to crop the image?

lhr-30 avatar May 25 '22 07:05 lhr-30

Why does the training set data contain facial landmarks? It seems that the facial landmarks are not used during the training process, just helps to crop the image?

and another question is how do you get the facial landmarks cause i found facial landmarks data in the training set?

lhr-30 avatar May 25 '22 07:05 lhr-30

same here!

HEzelda avatar May 26 '22 12:05 HEzelda

Why does the training set data contain facial landmarks? It seems that the facial landmarks are not used during the training process, just helps to crop the image?

and about landmarks, the paper does not menssion the loss function about the landmarks, is there any loss function about the landmarks learning?

lhr-30 avatar May 26 '22 13:05 lhr-30

@lhr-30 @HEzelda As far as I understand, this paper does not train landmarks, rather obtain the landmarks from the pre-trained FAN network. The landmarks obtained are thus treated as a heatmap for the attention map.

ravikiranrao avatar Jun 28 '22 04:06 ravikiranrao

@lhr-30 @HEzelda As far as I understand, this paper does not train landmarks, rather obtain the landmarks from the pre-trained FAN network. The landmarks obtained are thus treated as a heatmap for the attention map.

But how to get the pre-trained FAN network? Do you mean we get the hyperparameter of the pre-trained FAN network in another way but not in this trainning process?

lhr-30 avatar Jun 29 '22 06:06 lhr-30

But how to get the pre-trained FAN network? Do you mean we get the hyperparameter of the pre-trained FAN network in another way but not in this trainning process?

@lhr-30 Technically, yes. This paper effectively trains only the green part in Fig. 3. The FAN network in which authors refer in the paper is from this.

ravikiranrao avatar Jun 29 '22 09:06 ravikiranrao

Now I have difficulty in reproducing this paper. Thr problem is that how to train the FAN part. In the emonet, we only get 'heatmap' but if we want to add the loss function we need to get the face landmarks. So how to transfrom the heatmap to face landmarks or do you have some other way to compute this part of loss function? Thank you.

------------------ 原始邮件 ------------------ 发件人: "face-analysis/emonet" @.>; 发送时间: 2022年6月29日(星期三) 下午5:13 @.>; @.@.>; 主题: Re: [face-analysis/emonet] about the facial landmarks (Issue #13)

But how to get the pre-trained FAN network? Do you mean we get the hyperparameter of the pre-trained FAN network in another way but not in this trainning process?

@lhr-30 Technically, yes. This paper effectively trains only the green part in Fig. 3. The FAN network in which authors refer in the paper is from this.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

lhr-30 avatar Jul 05 '22 07:07 lhr-30

Sorry @lhr-30, I do not know much about optimizing the FAN yet. As a trivial suggestion, you can contact the authors directly.

Edit: I believe this is the official repo of FAN, may be you can get the landmarks from here.

ravikiranrao avatar Jul 06 '22 00:07 ravikiranrao

Any advance from this: how obtain facial landmarks from heatmap? The paper doesn`t report details about that.

sssmost avatar Jun 20 '23 12:06 sssmost