Adaptive-Wing-Loss-for-Robust-Face-Alignment-via-Heatmap-Regression icon indicating copy to clipboard operation
Adaptive-Wing-Loss-for-Robust-Face-Alignment-via-Heatmap-Regression copied to clipboard

the question about learning rate

Open Xiaocong6 opened this issue 3 years ago • 0 comments

hi~I have learned your code and gained a lot. And I have two questions. The first one is about the learning rate. The AWing paper mentioned that the initial learning rate is 1e-4, and you set it to 1e-6 in the code. Is the learning rate of 1e-6 better? The second one is about the function '_nms'. In eval.py, there are two lines of code, "from utils.post_process import _nms out=_nms(out)". There is no "post_process" file here, what is the function of “_nms"? Will the lack of it affect the output of the result? Hope for your reply.

Xiaocong6 avatar Aug 02 '20 11:08 Xiaocong6