AjayNandoriya / PortraitLightingTransferMTP

Implementation for Portrait Lighting Transfer using a Mass Transport Approach http://www3.cs.stonybrook.edu/~cvl/content/portrait-relighting/prl.html
MIT License
39 stars 9 forks source link

Did this repo can reproduce the comparable results with original paper? #3

Open zhuhaozh opened 4 years ago

zhuhaozh commented 4 years ago

Hi, Thanks for sharing your code. I've downloaded this repo and tried to run the demo.m but encountered the following errors. image

Then I tried to implements it by myself using python. I followed the paper implements but I the generated results only transferred the global color, the lighting still cannot transfer.
So, I'm wondering does this repo can reproduce the original paper's results?

Could you kindly help with this problem?

AjayNandoriya commented 4 years ago

that is problem related to other repo https://github.com/AjayNandoriya/3DMM_edges/blob/master/img2facedata.m

please check with that repo.