Code Monkey home page Code Monkey logo

agv-semseg-pipeline's Introduction

AGV DL Segmentation Pipeline

Structure

├── config  
│   ├── vanilla_enet.json
├── data
├── dataloader
│   ├── __init__.py
│   ├── cityscapes.py
├── models
│   ├── __init__.py
│   ├── enet.py
├── utils
│   ├── __init__.py
│   ├── augmentation.py
│   ├── config.py
│   ├── device.py
│   ├── losses.py
│   ├── metric.py
│   ├── preprocessing.py
│   ├── saving.py
│   ├── scripts.py
│   ├── tester.py
│   ├── trainer.py
│   ├── wandb_utils.py
├── __init__.py
├── README.md
├── run.py
├── test.py
├── train.py              

Usage

Downloading Data

wget --keep-session-cookies --save-cookies=cookies.txt --post-data 'username=username&password=pass&submit=Login' https://www.cityscapes-dataset.com login/
wget --load-cookies cookies.txt --content-disposition https://www.cityscapes-dataset.com/file-handling/?packageID=1
unzip -q -o gtFine_trainvaltest.zip
wget --load-cookies cookies.txt --content-disposition https://www.cityscapes-dataset.com/file-handling/?packageID=3
unzip -q -o leftImg8bit_trainvaltest.zip

Training and Testing

python3 run.py [-h] [--config CONFIG_FILE] [--mode MODE]
                    [--wandb_id "WANDB_API_KEY"]

Results

Mean Accuracy and IoU

Experiment Training Mean IoU Validation Mean IoU Training Mean Accuracy Validation Mean Accuracy
Weighted CutMix ENet 0.62 0.57 0.66 0.63
CutMix ENet 0.60 0.52 0.73 0.69
Vanilla ENet 0.56 0.48 0.70 0.66

Segmented Images

1 1
1 1
1 1
1 1

Contributors

This repository is maintained by AGV (IIT Kharagpur)

Refrences

  • The Cityscapes Dataset for Semantic Urban Scene Understanding: Link
  • ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation: Link
  • CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features: Link

agv-semseg-pipeline's People

Contributors

mradul2 avatar manideep1108 avatar kaushaljadhav avatar shashwatnaidu avatar shanmukh-c avatar karan-uppal3 avatar

Stargazers

Mohhit Kumar Jha 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.