Closed eeric closed 3 years ago
in yolov5-face/utils/loss.py: the 169th, 170th:
plandmarks = ps[:,5:15].sigmoid() * 8. - 4.
why landmarks multiply 8 and minus 4?
in yolov5-face/utils/loss.py: the 169th, 170th:
landmarks loss
why landmarks multiply 8 and minus 4?