oneThousand1000 / HairMapper

(CVPR 2022) HairMapper: Removing Hair from Portraits Using GANs.
279 stars 39 forks source link

About video hair removing #23

Open Dratlan opened 2 months ago

Dratlan commented 2 months ago

I've tried this code for video hair removing, the results is not so good(with flicker and discontinuities). Do you have some suggestions?

oneThousand1000 commented 2 months ago

Maybe transferring our method to 3D-aware model could be helpful (but it needs some experiments and algorithm design, it's not straightforward and easy)

Dratlan commented 1 month ago

Thanks for your suggestions, I'll try for it

Dratlan commented 1 month ago

微信图片_20240722161134 and another question In Fig.5, how can I get blended image(bottom right) from synthetic image(bottom middle)? the blurring mask around the face is not needed for me.

oneThousand1000 commented 1 month ago

The Blending is based on Poisson Editing

Dratlan commented 1 month ago

Thanks, is there a code implementation in this repository?

oneThousand1000 commented 1 month ago

Thanks, is there a code implementation in this repository?

https://github.com/oneThousand1000/HairMapper/blob/ec4f31afe116878eedc0a761a85dcdbe76436753/main_mapper.py#L150

Dratlan commented 1 month ago

Thanks for your quickly reply