GithubHelp home page GithubHelp logo

fcn_pytorch's Introduction

Fully Convolutional Networks for Semantic Segmentation

Data

Pascal VOC数据集 数据组织形式:  /home/my_name/data/VOC/VOCdevkit/VOC2012/JPEGImages

工具

pytorch 0.4.1 tensorboardX (可视化工具)

注意事项

如果你参考别的项目,遇到训练很多次没有效果,可能是他的loss实现的有问题.你可以换他其他的loss函数重新训练,也可以参考本项目的loss. 交叉熵loss亲测有效.

使用说明

train

python train.py

evaluate

python evaluate.py

predict

python predict.py

可视化查看

cd FCN_pytorch
tensorboard --logdir ./runs

图片保存:

运行python predict.py,图片保存在指定文件夹中,方便自己查看.

结果:

训练200epoch的结果:

avatar

avatar

avatar

fcn_pytorch's People

Contributors

overfitover avatar xiaokuiyang avatar

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.