gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Potential Depth Map Normalization Issue in make_depth_scale.py

Open paradise-wine opened this issue 7 months ago • 1 comments
trafficstars

Hi, thank you for your great work on this project! I’m working with the get_scales function and noticed a possible inconsistency in depth map normalization. The code divides invmonodepthmap by 2^16, but my depth maps are stored as 8-bit uint8 PNG files (range 0–255). This leads to normalized values close to zero, which breaks subsequent scale/offset calculations. Could you clarify the intended behavior here?

Image

paradise-wine avatar Mar 26 '25 05:03 paradise-wine