TracelessLe / FaceParsing.PyTorch

A Pytorch implementation face parsing model trained by CelebAMask-HQ, based on EHANet.
MIT License
60 stars 10 forks source link

How to test it ? How to get the parsing result ? #2

Open weiweiecho opened 2 years ago

weiweiecho commented 2 years ago

Hi,thanks for your work.Could you please tell me that how i can get a parsing result of my human face photo?

TracelessLe commented 2 years ago

For aligned face photo, please ref to "Testing & Color visualization" in readme.

If you use unaligned face photo, you may need to use face detector and landmark detector first to do face alignment. Ref: insightface

weiweiecho commented 2 years ago

Thank you so much!

JimjimChen commented 1 year ago

How to get the parsing result?There was no visualization at the end of the test。