zhhoper / DPR

Code for Deep Single-image Portrait Image Relighting
https://zhhoper.github.io/dpr.html
541 stars 86 forks source link

ARAP-Based Normal Refinement Code #2

Open Trueyellow opened 5 years ago

Trueyellow commented 5 years ago

Hi, this is a great paper with fine details. The final result is also incredible. I found that the ARAP-Based refine module is important in building up the whole pipeline. Could you please share related code? Thank you!

zhhoper commented 4 years ago

I will try to publish the code of that part. Since the whole pipeline is a bit complicated, it may take me sometime to prepare that. libigl provides the arap algorithm, my alignment method is based on that

BlurryLight commented 4 years ago

amazing work. Waiting for the whole pipeline

zhuhaozh commented 4 years ago

Great work! Looking forward to that code! :smile:

zhhoper commented 4 years ago

I have added the data preparation code. Please find it in https://github.com/zhhoper/RI_render_DPR The code may not be well organized but hopefully it can help.