FaceQuality
FaceQuality copied to clipboard
about Implementation
Hello,I am very interested in your work.and I want to ask some questions, why is the implementation of the code inconsistent with the description in the paper, such as training parameters, learning rate strategy, etc.
The hyperparameters are changing all the time. The published parameters may not be same as the ones we used in the paper.
Thank you for your reply,Recently, I encountered a problem in reconstructing your paper. According to the training hyperparameters in paper, I trained backbone and head from the beginning with MS1M data, and the accuracy of TOP1 reached 98%+. Then, I fixed backbone and trained quality model. However, after trained quality model, it is found that the output quality scores of quality are all 1.
---Original--- From: @.> Date: Sun, Jun 20, 2021 11:22 AM To: @.>; Cc: @.@.>; Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
The hyperparameters are changing all the time. The published parameters may not be same as the ones we used in the paper.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
When training the quality model, the loss keeps decreasing. The test is to use your test script, the quality score is all 1. the quality model is trained with the backbone trained myself(top1 acc 98%+)
---Original--- From: @.> Date: Sun, Jun 20, 2021 20:20 PM To: @.>; Cc: @.@.>; Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
The picture is the loss printed when I trained the Quality Model
---Original--- From: @.> Date: Sun, Jun 20, 2021 20:20 PM To: @.>; Cc: @.@.>; Subject: Re: [deepcam-cn/FaceQuality] about Implementation (#2)
@WWWJL Is the loss value descending when you train the quality branch? How do you test the quality score and does it work with our pertained model?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
@WWWJL Does the quality score work with our pretrained model?
@WWWJL Does the quality score work with our pretrained model?
yes, the quality score work with your pretrained model work!As I said above, the reproduced quality model I trained always has a score of 1 on the test set, and the average value of the quality score of each batch is printed during the training process, which is close to 1.