Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 752 Bytes

HMSMNet-with-Cpp

将论文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。