Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about DTU dataset fuse_post.ply #77

Open
ddenglina opened this issue Jun 13, 2024 · 1 comment
Open

Question about DTU dataset fuse_post.ply #77

ddenglina opened this issue Jun 13, 2024 · 1 comment

Comments

@ddenglina
Copy link

python train.py -s ./DTU/scan24 -m output/date/scan24  --depth_ratio 1 -r 2
python render.py -r 2 --depth_ratio 1 --skip_test --skip_train -m output/date/scan24 --iteration 30000

And the result of fuse_post.ply :
图片

The question is:

  1. Why mesh have holes?
  2. Why mesh have noise?

Thanks reply !

@hbb1
Copy link
Owner

hbb1 commented Jun 13, 2024

Hi, remember to use our full evaluation script for reproducing.

  1. Holes are typically caused by insufficient coverage of surfels and discontinuity of median depth. Mean depth resolve this problem.
  2. What do you mean by having noise? floaters are also caused by inconsistent depth and common seen in TSDF, where post-processing is needed. You can set num_cluster = 1 to keep the largest cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants