wty-ustc / HairCLIPv2

[ICCV 2023] HairCLIPv2: Unifying Hair Editing via Proxy Feature Blending
169 stars 18 forks source link

What are the differences in the IDS calculation methods between HairCLIPv2 and HairCLIP in their respective papers? #2

Closed GenoburyUkawa closed 7 months ago

GenoburyUkawa commented 7 months ago

Thanks for your excellent work! I would like to ask, what are the specific differences in the methods of calculating IDS between these two approaches? Why is the difference so large? HairCLIP HairCLIPv2

wty-ustc commented 7 months ago

As stated in the implementation details, HairCLIPv1 calculates the identity similarity between the edited result and the image after e4e inversion, while HairCLIPv2 calculates the identity similarity between the edited result and the original image.

This means that our HairCLIPv2 takes a step forward and proposes a multimodal hair editing method that is more suitable for real image editing.