nerf icon indicating copy to clipboard operation
nerf copied to clipboard

Fix imread call to use apply_gamma=False instead of ignoregamma=True

Open JY251 opened this issue 1 year ago • 0 comments

Refactor imread function call to use apply_gamma=False for compatibility with latest imageio

In load_llff.py, updated the imread function call to use apply_gamma=False instead of the deprecated ignoregamma=True argument. This change ensures compatibility with the latest version of imageio, addressing issues reported in https://github.com/bmild/nerf/issues/190.

JY251 avatar Jun 30 '24 09:06 JY251