Giter Club home page Giter Club logo

mindseg's Introduction

MindSeg

A mirror repository of MXNetSeg based on the HUAWEI MindSpore framework.

Environment

In this project, we adopt:

  • Python 3.7.5
  • CUDA 10.1
  • cuDNN 7.6.5
  • Mindspore-gpu 1.5.0

Refer to MindSpore Installation Guide for details.

Usage

  1. Convert the dataset to .mindrecord files
python build_seg_data.py --data-name Cityscapes --dst-path tmp_data/train.mindrecord --num-shard 4 --shuffle
  1. Run the train.py script
# for multiple GPUs
mpirun -n 4 python train.py --train-dir experiment --data-file tmp_data/train.mindrecord0 --batch-size 8 --crop-size 1024 --ignore-label 19 --num-classes 19 --epochs 240 --lr-type poly --base-lr 0.04 --wd 4.e-4 --model eprnet --device-target GPU --distributed
  1. Run the eval.py for performance evaluation
python eval.py --data-name Cityscapes --batch-size 16 --crop-size 1024 --scales 0.5 0.75 1.0 1.25 1.75 2.0 --flip --ignore-label 19 --num-classes 19 --eval-split val --model eprnet --checkpoint experiment/ckpt/eprnet-10_27.ckpt

Remarks

  • This repository uses BatchNorm2d as the SyncBatchNorm operator in MindSpore does not support NVIDIA GPU for now, which may lead to poor segmentation accuracy when training on multiple devices.
  • When evaluating model performance, the ignore-label indicator is temporarily not supported, which will be improved in a future version.

mindseg's People

Contributors

bebdong avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.