Skip to content

mora-bprs/segnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin picking robot : enet implementation

this repo tracks the progress regarding the following,

  • ENet research paper implementation locally
  • ENet research paper implementation in google colab
  • ENet optimizations for boxes
  • Image instance segmentation integration with ENet
  • Dataset tracking

local setup in vscode

  1. setup python venv and select it as the kernel
python3 -m venv .venv
source .venv/bin/activate
# or
source .venv/bin/activate.fish # depending on your shell
  1. install required packages pip install -r requirements.txt
  2. get the dataset in the directory
  3. start rocking?

References

All these cool people made these free stuff to make our project less taxing.

  1. link to the paper: https://arxiv.org/pdf/1606.02147.pdf
  2. reference repository: https://github.com/iArunava/ENet-Real-Time-Semantic-Segmentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published