GDAOSU / vis2mesh

Vis2Mesh: Efficient Mesh Reconstruction from Unstructured Point Clouds of Large Scenes with Learned Virtual View Visibility ICCV2021
97 stars 16 forks source link

openmvs texturemesh dev #17

Closed Sapium59 closed 1 year ago

Sapium59 commented 1 year ago

You mentioned not implementing texture part despite openmvs' ability. I am trying to use openmvs to recover texture for a mesh reconstructed with vis2mesh. The obstacle is that .mva format seems to be very specific, and I failed to find a proper way to feed it into openmvs. I think the .mva file in .ply_WORK dir should serve similar to .mvs file. Is that correct?

sxsong1207 commented 1 year ago

@zhu-yuefeng Yes, MVA is an alternative format for OpenMVS, the internal structure is exactly same as .mvs. You may find the io code in https://github.com/GDAOSU/openMVS_mvasupport/tree/master/libs/MVArchive