mk-minchul / AdaFace

MIT License
625 stars 118 forks source link

How do I identify the paper's novelty in the code? #78

Closed ConceptualCode closed 1 year ago

ConceptualCode commented 1 year ago

How do I identify the paper's novelty in the code?

I want to use the novelty to train in a different architecture. Please how do I do that?

You mentioned the Image Quality Indicator and Adaptive Margin Function in your proposed design. Where did you write them in the code? adaface design

mk-minchul commented 1 year ago

The AdaFace loss function is defined in head.py#L45. The image quality indicator is the feature norm which is calculated in net.py