文件名称:otbtf:使用OTB进行深度学习(https的镜像
文件大小:9.32MB
文件格式:ZIP
更新时间:2024-06-01 10:03:12
deep-learning tensorflow remote-sensing otb orfeotoolbox
OTBTF:Orfeo ToolBox与TensorFlow会合 这个远程模块提供了一个通用的,多用途的深度学习框架,其目标是遥感图像处理。 它包含一组在内部调用的新流程对象,以及一堆面向用户的应用程序,以使用现实世界的遥感图像执行深度学习。 应用程序可用于从Python或C ++ API构建OTB管道。 特征 OTB应用 使用PatchesExtraction遥感图像中的补丁进行PatchesExtraction , 使用TensorflowModelTrain模型训练,支持保存/恢复/导入操作(可以从头开始训练或微调模型), 使用TensorflowModelServe支持OTB流机制的TensorflowModelServe 。 流式传输机制意味着(1)图像大小不受限制;(2)推理可以在任何OTB管道(使用C ++或Python API)中用作“乐高”并保留流式传输;(3)可用
【文件预览】:
otbtf-develop
----.gitignore(33B)
----Dockerfile(7KB)
----app()
--------otbImageClassifierFromDeepFeatures.cxx(4KB)
--------otbPatchesExtraction.cxx(9KB)
--------otbPatchesSelection.cxx(21KB)
--------otbLabelImageSampleSelection.cxx(14KB)
--------otbTensorflowModelServe.cxx(14KB)
--------otbTensorflowModelTrain.cxx(24KB)
--------otbTrainClassifierFromDeepFeatures.cxx(5KB)
--------otbDensePolygonClassStatistics.cxx(10KB)
--------CMakeLists.txt(2KB)
----.dockerignore(24B)
----otb-module.cmake(426B)
----LICENSE(11KB)
----doc()
--------images()
--------EXAMPLES.md(14KB)
--------CREATEYOUROWN.md(3KB)
--------DOCKERUSE.md(8KB)
--------APPLICATIONS.md(34KB)
--------HOWTOBUILD.md(11KB)
----tools()
--------docker()
----README.md(4KB)
----python()
--------ckpt2savedmodel.py(2KB)
--------create_savedmodel_pxs_fcn.py(4KB)
--------__init__.py(0B)
--------create_savedmodel_simple_cnn.py(3KB)
--------create_savedmodel_ienco-m3_patchbased.py(9KB)
--------tricks.py(5KB)
--------create_savedmodel_maggiori17_fullyconv.py(5KB)
--------otbtf.py(19KB)
--------create_savedmodel_simple_fcn.py(3KB)
----include()
--------otbTensorflowMultisourceModelFilter.hxx(18KB)
--------otbTensorflowMultisourceModelBase.hxx(5KB)
--------otbTensorflowStreamerFilter.hxx(3KB)
--------otbTensorflowMultisourceModelFilter.h(8KB)
--------otbTensorflowSampler.hxx(7KB)
--------otbTensorflowStreamerFilter.h(2KB)
--------otbTensorflowCopyUtils.h(4KB)
--------otbTensorflowMultisourceModelTrain.hxx(2KB)
--------otbTensorflowMultisourceModelLearningBase.h(5KB)
--------otbTensorflowGraphOperations.cxx(6KB)
--------otbTensorflowMultisourceModelValidate.h(5KB)
--------otbTensorflowCopyUtils.cxx(12KB)
--------otbTensorflowMultisourceModelBase.h(8KB)
--------otbTensorflowSource.hxx(2KB)
--------otbTensorflowSource.h(3KB)
--------otbTensorflowSampler.h(6KB)
--------otbTensorflowCommon.cxx(4KB)
--------otbTensorflowCommon.h(2KB)
--------otbTensorflowMultisourceModelValidate.hxx(8KB)
--------otbTensorflowSamplingUtils.cxx(1KB)
--------otbTensorflowGraphOperations.h(2KB)
--------otbTensorflowMultisourceModelTrain.h(2KB)
--------otbTensorflowDataTypeBridge.h(1KB)
--------otbTensorflowMultisourceModelLearningBase.hxx(6KB)
--------otbTensorflowSamplingUtils.h(3KB)
--------otbTensorflowDataTypeBridge.cxx(2KB)
----test()
--------data()
--------models()
--------CMakeLists.txt(3KB)
----CMakeLists.txt(663B)