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())
it was so hard to run this project, but after many failures to get any results there is always an issue related with getting dense depth as exr file. Did anyone have such problem?
And can we expect denoising function back?
And i did not get the use of this method. On the left side the sculpture produced by Poisson Reconstruction Plugin Cloud Compare, and the right side the result from your DSS project. I did not understand the use of splatting, the model just loses necessary details.