THU-luvision / XScale-NVS

The official implementation of the CVPR'24 paper titled "XScale-NVS: Cross-Scale Novel View Synthesis with Hash Featurized Manifold".
MIT License
106 stars 7 forks source link

about .obj file #2

Closed luoww1992 closed 5 months ago

luoww1992 commented 5 months ago

this is no obj file with colmap after Multi-view 3D reconstruction !

GuangyuWang99 commented 5 months ago

Hi @luoww1992,

Sorry for the confusion. Actually the input mesh can be any format supported by trimesh, including .obj, .ply, etc. We have added a corresponding config modification in the latest commit.

The default mesh reconstruction from colmap is meshed-poisson.ply. In this case, please set the meshName (L105 in config/parameter.py) as meshed-poisson.ply and this will probably work.

luoww1992 commented 5 months ago

@GuangyuWang99 i have try to except meshed-poisson.ply to 1.obj by meshlab, but when i run cmd: python colmap2mvsnet.py --dense_folder data/boli/dense/0 it show me error: AttributeError: Can't get attribute 'calc_score' on <module '__mp_main__', but the func is in file !

after colmap, the data fold likes: image my dense_folder is data/boli/dense/0, is right ? or the right path is data/boli/sparse/0