felixrosberg / FaceDancer

Other
452 stars 75 forks source link

arcface and retinaface pytorch version #29

Open sunkyya opened 1 year ago

sunkyya commented 1 year ago

Could you please provide arcface and retinaface pytorch version which you used to train facedancer pytorch version ?THANKS!

felixrosberg commented 1 year ago

Hi, I have not finished training a PyTorch version yet. But for ArcFace I use ResNet100 from InsightFace. My data is already processed with RetinaFace from TensorFlow, but you could use this. They provide easy to use RetinaFace and face segmentation if I remember correctly.

sunkyya commented 1 year ago

Thank you for your reply and this great work!!! Nice day~

lucasjinreal commented 1 year ago

@felixrosberg hello, does there will be a pytorch version facedancer?

yaoyuan13 commented 1 year ago

@felixrosberg any updates on pytorch version?

felixrosberg commented 1 year ago

Hi all, as of now I have been working on the next step in my Ph.D. The good news with this is that I soon should have a potentially improved model. It will probably not follow the FaceDancer structure.

yaoyuan13 commented 1 year ago

Hi all, as of now I have been working on the next step in my Ph.D. The good news with this is that I soon should have a potentially improved model. It will probably not follow the FaceDancer structure.

Glad to hear the news, and will the improved model be a new paper or ? Will you plan to release the code?