NVlabs / nvdiffrec

Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
Other
2.09k stars 222 forks source link

'learn_light' to 'learn_lighting' in spot_fixlight.json. #130

Closed onpix closed 1 year ago

onpix commented 1 year ago

The item learn_light should be learn_lighting in spot_fixlight.json, as defined in train.py:

    FLAGS.learn_lighting      = True        # Enable optimization of env lighting
onpix commented 1 year ago

My apologies, I've mistaken the configuration of this code repository with nvdiffrecmc.