How to deal with depth.exrfile
hahawhat-ch opened this issue · 1 comments
hahawhat-ch commented
zuru commented
You can use opencv-python to load it:
depth = cv2.imread(filename, cv2.IMREAD_ANYDEPTH)
See also:
Line 86 in 5d574cd
External useful tools are:
- The binaries at https://www.openexr.com/ (for displaying with an external viewer)
- Irfraview (https://www.irfanview.com/) with its plugins can also open
.exr
files for viewing - Tev (https://github.com/Tom94/tev) is a similar tool that opens and shows
.exr
files.