NetoPedro / FocusFace

Official repository of "FocusFace: Multi-task Contrastive Learning for Masked Face Recognition"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in trainer?

Gaaaavin opened this issue · comments

In line 81 of trainer.py, there is mask*0. However if I understand the pipeline correctly, it should be labels2*0 instead of masks. Is this a typo?

Yes @Gaaaavin, you are correct. That is a typo. You can submit a pull request if you want :)