ydwen / opensphere

A hyperspherical face recognition library based on PyTorch
https://opensphere.world/
MIT License
274 stars 29 forks source link

Difference between Sphereface2 & SpherefaceR? #12

Open HeChengHui opened 2 years ago

HeChengHui commented 2 years ago

With both papers released at around the same time, neither results compared with each other. Looking at the validation logs on Vggface2, it seems both performed similarly at 80k iterations. Hence, what are the difference between both methods and are there any situations where 1 is better than the other?

Extra question: is there any example code on how to use Sphereface to do own recognition instead of the dataset?