Closed MaybeOjbk closed 2 years ago
Hi @MaybeOjbk, we follow the IDR convention: https://github.com/lioryariv/idr/blob/main/DATA_CONVENTION.md
The world_mat
is just the composition of the intrinsic and extrinsic, and scale_mat
controls the bounding box that you might need to determine for each scene
OK,thanks a lot, but I have few questions about evaluation.
thanks a lot,
After using your code, I found the score is much more worse than your reported, after I use trimesh.sample.sample_surface, and I sample around 10 millions points in mesh, then I get close scores. But I have another question about NeuS(if you know) which trained without mask, how to evaluate the mesh without mask (have superfluous meshs such as the white plane )? And in your paper, I have noticed you use mesh cut to cut these unnecessary meshes
The reported numbers are from the trimmed meshes, while the others (like NeuS) directly evaluate the untrimmed ones. Our follow up work RegSDF (https://arxiv.org/abs/2206.03087) also evaluate the untrimmed mesh. But all these experiments use mesh sampling from official evaluation script or my re-implementation, you do not need to manually do that.
I find cameras_hd.npz in your data is different from MVSnet or VIs-Mvsnet, can you tell me how do you generate camera.npz ?