yifita / DSS

Differentiable Surface Splatting
438 stars 31 forks source link

imageio version 2.8.0 does not support exr! #30

Open Zvyozdo4ka opened 1 year ago

Zvyozdo4ka commented 1 year ago

Why it is written that it is required to use imageio version 2.8.0 while it does not provide exr version? That's so unfair to confuse and make it hard to use project which claims itself as open-source.

image

image

image

Reed-yang commented 7 months ago

How did you solve this?

Reed-yang commented 7 months ago

How did you solve this?

Hi! I'm here just wanna say that I solved this by just execute below in a python terminal before running scripts

import imageio
imageio.plugins.freeimage.download()