Open Zvyozdo4ka opened 1 year ago
I'm facing the same problem and I use cv2
instead of imageio
to solve it.
Before import cv2
add os.environ["OPENCV_IO_ENABLE_OPENEXR"]="1"
cv2.imwrite(os.path.join(depth_dir, "%06d.exr" % idx),
dense_depths[b, ...].cpu().numpy())
@romantic-black Thank you!
Why it is not possible to run demo? Why does It raise this issues? What is it required as input?
Is there any other detailed documentation? And would be denoising function available?