compphoto / IntrinsicCompositing

Code for the SIGGRAPH Asia 2023 paper "Intrinsic Harmonization for Illumination-Aware Compositing"
https://yaksoy.github.io/intrinsicCompositing/
Other
48 stars 10 forks source link

specular highlights #7

Closed junzhoupro closed 1 week ago

junzhoupro commented 4 weeks ago

Hi thanks for your cool work. As the intrinsic decompostion now is updated with specular components, do you have plan to update this work to support specular lights?

CCareaga commented 1 week ago

The method in it's current state can handle some amount of specular intensity, but it's unlikely that the reshading network will predict specularity properly. It's true that our new method could help improve this by explicitly modeling specularity prediction. Furthermore modeling the colorful illumination in the scene could also greatly improve this method, but we don't plan on extending this method. I think this is a promising direction for future research in this area though.