vggt
vggt copied to clipboard
the depth_conf is all nearly 1.0
it seems that the depth_conf result of the model is all nearly 1.0, is that correct?
Hi,
- Can you check the max and median distribution of the depth conf map?
- If the max is still around 1.0, it is quite possible that (a) a lot of dynamic pixels or (b) really little overlap
- You can check our examples (under vggt/examples) to check what's the normal distribution of depth map conf.
Hi,
- Can you check the max and median distribution of the depth conf map?
- If the max is still around 1.0, it is quite possible that (a) a lot of dynamic pixels or (b) really little overlap
- You can check our examples (under vggt/examples) to check what's the normal distribution of depth map conf.
thx for your reply, the max is around 1.4, about half is greater than 1.0. maybe my images have little overlap, I will try more data. Thx.
@jytime Hi, I am wondering generated confidence_map is >1, but your demo on Hugging face is a filtering bar ranged in [0, 100], how do you convert this unit?
Hey! The filtering bar in the HF demo represents a percentage value. We scale the confidence map to [0, 100] for visualization.