vggt icon indicating copy to clipboard operation
vggt copied to clipboard

demo_colmap.py ply file

Open PAIGUI opened this issue 5 months ago • 2 comments

Image

Hello, thank you for your great work. I found that there are some black dots in the point cloud obtained after demo_colmap.py, just as shown in the picture above. May I ask if this is normal? Is there a way to remove these black dots? Looking forward to your reply

PAIGUI avatar Jun 22 '25 12:06 PAIGUI

Hi you just need to adjust to filter these points out. They are basically background points and should have very small conf

https://github.com/facebookresearch/vggt/blob/8e3d2809c1c93fa27298c290605841d7e876b285/demo_colmap.py#L60

jytime avatar Jun 22 '25 16:06 jytime

Hi you just need to adjust to filter these points out. They are basically background points and should have very small conf

vggt/demo_colmap.py

Line 60 in 8e3d280

"--conf_thres_value", type=float, default=5.0, help="Confidence threshold value for depth filtering (wo BA)"

Thank you very much for your reply, I solved this problem

PAIGUI avatar Jun 23 '25 02:06 PAIGUI