将论文HMSM-Net: Hierarchical multi-scale matching network for diaparity estimation of high-resolution satellite stereo images中的Tensorflow模型部署到C++中,原文的模型使用Python 3.7和Tensorflow 2.5.0开发。
适用于16-bit单波段遥感图像。
HMSMNet:C++项目工程文件夹;
Model Creation:HMSM-Net的Python代码;
testing:测试数据。
Tensorflow 2.5.0 C语言 API:
GPU版:https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-2.5.0.zip
CPU版:https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.5.0.zip
Windows 10 64-bit OS, Visual Studio 2017 Community, OpenCV 3.4.10。