项目作者: milleniums

项目描述 :
PyTorch实现高分遥感语义分割(地物分类)
高级语言: Python
项目地址: git://github.com/milleniums/High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch.git


High-Resolution-Remote-Sensing-Semantic-Segmentation-PyTorch

遥感也许还不能预测未来,但它一定会告诉你过去和现在,以及一步步见证着未来。

Update soon:

  • 膨胀预测
  • 后处理
  • 半监督方法:伪标签
  • 加入tensorboardX可视化输出

TODO:

  • 总结训练步骤、技巧
  • 分享预训练模型

教研室项目预测图展示

avatar
avatar

使用TensorBoard查看各项指标以及可视化(img, GT, Pre)

  • 本地:

    tensorboard —logdir=

  • 服务器:

    首先使用ssh登陆服务器并转发端口:

    ssh -L 6006:127.0.0.1:6006 远程服务器用户名@远程服务器Ip
    (ssh -L 本地端口:本地IP:远程端口 远程服务器用户名@远程服务器Ip)

    在服务器上运行tensorboard:

    tensorboard —logdir=

    在浏览器里输入:

    远程服务器Ip:6006

  • 各项指标样例

    avatar

  • 可视化测试集样例(img, GT, Pre)

    avatar

数据分享

Reference

  1. https://github.com/kazuto1011/deeplab-pytorch
  2. https://github.com/fregu856/deeplabv3
  3. https://github.com/zijundeng/pytorch-semantic-segmentation
  4. https://github.com/jwyang/dcn.pytorch
  5. https://github.com/lin-honghui/tianchi_CountyAgriculturalBrain_top1?spm=5176.12282029.0.0.278c1bb8nTiHfq

Contact

  1. author: hk
  2. qq3025531252
  3. email: 3025531252@qq.com