Giter Club home page Giter Club logo

high-resolution-remote-sensing-semantic-segmentation-pytorch's Introduction

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

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

Update soon:

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

TODO:

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

教研室项目预测图展示

avatar avatar

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

  • 本地:
tensorboard --logdir=<your_log_dir>
  • 服务器:
#首先使用ssh登陆服务器并转发端口:
ssh -L 6006:127.0.0.1:6006 远程服务器用户名@远程服务器Ip
(ssh -L 本地端口:本地IP:远程端口 远程服务器用户名@远程服务器Ip)

#在服务器上运行tensorboard:
tensorboard --logdir=<your_log_dir>

#在浏览器里输入:
远程服务器Ip:6006
  • 各项指标样例

avatar

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

avatar

数据分享

Reference

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

Contact

author: hk
qq:3025531252
email: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.