DeepMVS
DeepMVS copied to clipboard
Import output from CasMVSNet to OpenMVS
Hi, thank you for contributing to this repository. It's worth using deep learning approaches to improve the quality of the sparse point cloud before densification and the rest. How did you manage the output from CasMVSNet or another depth inferring method in order to use it in the OpenMVS step? Any data modification or libraries required? Thank you.
Hi, thank you for contributing to this repository. It's worth using deep learning approaches to improve the quality of the sparse point cloud before densification and the rest. How did you manage the output from CasMVSNet or another depth inferring method in order to use it in the OpenMVS step? Any data modification or libraries required? Thank you.
I export the depth-maps as DMAP files for OpenMVS
Hello, how can I convert the depth data file obtained by the deep learning network into the dmap format file required by openmvs? Can you send me the code for this? I would be grateful if I could. My contact information is [email protected]
Hello, how can I convert the depth data file obtained by the deep learning network into the dmap format file required by openmvs? Can you send me the code for this? I would be grateful if I could. My contact information is [email protected]
You can refer to this : https://github.com/cdcseacave/openMVS/blob/master/libs/MVS/Interface.h#L631