NVlabs / neuralrgbd

Neural RGB→D Sensing: Per-pixel depth and its uncertainty estimation from a monocular RGB video
Other
301 stars 41 forks source link

d**.pgm shows nothing #3

Closed LuffySSR closed 5 years ago

LuffySSR commented 5 years ago

I run the demo, then got d.pgm and conf.pgm, but the d.pgm all show nothing, is it normal?

cxlcl commented 5 years ago

This is normal if you load it using some image viewer (since that are 16-bit). Loading them using OpenCV or any pgm reader and show the loaded images in 16-bit should give you readable results.