-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hi & thanks for your great repository!
Using Kitti Dataset I get very good results. Now I am trying to run your pipeline on a custom dataset. While the fine detail of cars is astonishing, the reconstruction of large structures such as the street is quite bad. I have tried different parametrizations but the problem stays the same.
Here are two screenshots of the resulting reconstructed mesh


And here is a screenshot of the the merged point cloud:

As you can see the merged pointcloud (consisting of 50 scans) is very dense and provides great detail, but the mesh is full of holes and missing parts. I have used the standard Kitti parametrization you provided, but played around with the voxel_size, sdf_trunc, min_weight, fill_holes etc. in the range of [x0.1, x10] and the results were always almost the same.
Can you point me in any direction of what I could change in the parametrization / setting etc.?