HKUST-Aerial-Robotics / MVDepthNet

This repository provides PyTorch implementation for 3DV 2018 paper "MVDepthNet: real-time multiview depth estimation neural network"
GNU General Public License v3.0
309 stars 72 forks source link

how to use in c++ #17

Closed wangyuanbiubiubiu closed 4 years ago

wangyuanbiubiubiu commented 4 years ago

I want to use this in my c++ program. How can I use this python program?

WANG-KX commented 4 years ago

you can use boost.python to call python functions in cpp.