Code Monkey home page Code Monkey logo

espnetv2's Introduction

ESPNetv2

This is one of the best semantic segmentation model, works pretty well on the Camvid dataset with 11 classes

How to train ?

CUDA_VISIBLE_DEVICES=0 python train_segmentation.py --model espnetv2 --s 2.0 --dataset sample --data_path ~/EdgeNet/vision_datasets/sample_dataset/ --batch-size 1 --crop_size 512 256 --model espnetv2 --s 1.5 --lr 0.009 --scheduler hybrid --clr-max 61 --epochs 100

  • Input: vision_datasets/sample_dataset/images
  • Target: vision_datasets/sample_dataset/annotations
  • First run the convert_to_gray.py file which will convert all the annotations into grayscale images
  • Then add the image names and respective grayscale annotations pair in vision_datasets/sample_dataset/train.txt file
  • Do the same for val.txt file
  • Start running the training process

How to test ?

  1. python test_seg.py

This file run on the live webcam feed

  1. python tester.py

This runs on the images on the images in the input folder

References

The original work is done by Sachin Mehta, the repository can be found here

espnetv2's People

Contributors

sacmehta avatar bpagare6 avatar adichaloo avatar beibinli avatar

Watchers

James Cloos avatar  avatar

espnetv2's Issues

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.