Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart error: #190

Open
flydragon2018 opened this issue Jun 5, 2023 · 2 comments
Open

quickstart error: #190

flydragon2018 opened this issue Jun 5, 2023 · 2 comments

Comments

@flydragon2018
Copy link

envs/nerf/lib/python3.7/site-packages/imageio/v2.py", line 349, in imread

result = file.read(index=0, **kwargs)
TypeError: read() got an unexpected keyword argument 'ignoregamma'

@MildCloud
Copy link

I meet the same issue, have you solve it?

@Adamwgoh
Copy link

Based on the imageio doc imageio.plugins.pillow.PillowPlugin.read it seems to have change it to apply_gamma .

in load_llff.py line 110 change ignoregamma=True to apply_gamma=False worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants