DeepMVS icon indicating copy to clipboard operation
DeepMVS copied to clipboard

Import output from CasMVSNet to OpenMVS

Open jetdapr opened this issue 3 years ago • 3 comments

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.

jetdapr avatar Jan 29 '22 15:01 jetdapr

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

chaytonmin avatar Mar 04 '22 08:03 chaytonmin

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]

helloycr avatar Mar 07 '22 07:03 helloycr

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

chaytonmin avatar Mar 11 '22 13:03 chaytonmin