NVlabs / nvdiffrec

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

Error saving probe HDR of mesh #115

Closed iraj465 closed 1 year ago

iraj465 commented 1 year ago
Screen Shot 2023-01-21 at 05 56 05

Hi, I'm having a problem in saving the DMTet mesh probe HDR, this didn't happen earlier, can you please help out here? I'm also attaching the config. { "ref_mesh": "/home/saptarshi.majumder/prod-test/SHOFTYECTHNKEMNM/", "random_textures": true, "iter": 700, "save_interval": 100, "texture_res": [ 2048, 2048 ], "train_res": [ 2048, 2048 ], "batch": 6, "learning_rate": [ 0.1, 0.03 ], "kd_min": [ 0.03, 0.03, 0.03 ], "kd_max": [ 0.8, 0.8, 0.8 ], "ks_min": [ 0, 0.08, 0 ], "ks_max": [ 0, 1, 1 ], "dmtet_grid": 64, "mesh_scale": 2.5, "lock_pos": true, "lock_light": true, "camera_space_light": true, "background": "white", "display": [ { "bsdf": "kd" }, { "bsdf": "ks" }, { "bsdf": "normal" } ], "out_dir": "manual_SHOEWEKAZKJQFFUC-1280" }