jzhangbs / MVSDF

Learning Signed Distance Field for Multi-view Surface Reconstruction
MIT License
136 stars 9 forks source link

Question about tank and tamples dataset #4

Closed gaobodaxinwen closed 2 years ago

gaobodaxinwen commented 2 years ago

Thanks again for sharing this great work. I have found that the results on tank and temples dataset only contains the horse and statues, while the floor and trees are not reconstructed. I am curious how you got this results. Do you have mask for those Interesting part or you remove floor and trees after reconstruction ?

jzhangbs commented 2 years ago

The bounding box of the scene is tight, it only contains the main statue part.

gaobodaxinwen commented 2 years ago

Thanks for your reply. How can I get the bounding box annotation?

jzhangbs commented 2 years ago

You can generate a point cloud for this scene, manually crop it and calculate a bounding box for the remaining points.

gaobodaxinwen commented 2 years ago

Thanks for your advice, I will try it.