vggt
vggt copied to clipboard
demo_colmap.py ply file
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
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
Hi you just need to adjust to filter these points out. They are basically background points and should have very small conf
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