wty-ustc / HairCLIPv2

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

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

Closed GenoburyUkawa closed 11 months ago

GenoburyUkawa commented 11 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 11 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.