I encountered an error related to reading .exr files, which lie under the "--lighting_dir=='./demo/hdrmaps_for_3d'". Specifically, the error occurs at line 207 in the file dataset_relighting_objaverse_3d.py:
envir_map = imageio.imread(path) # [H, W, 3]
The error message indicates that the .exr file could not be read directly.
If there are any specific requirements or configurations needed for reading .exr files, please provide guidance on how to set them up.
Issue: Error Reading .exr File in Neural Gaffer
When executing the command:
I encountered an error related to reading .exr files, which lie under the "--lighting_dir=='./demo/hdrmaps_for_3d'". Specifically, the error occurs at line 207 in the file dataset_relighting_objaverse_3d.py:
envir_map = imageio.imread(path) # [H, W, 3] The error message indicates that the .exr file could not be read directly.
If there are any specific requirements or configurations needed for reading .exr files, please provide guidance on how to set them up.
Thank you!