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
- 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
- install required packages
pip install -r requirements.txt
- get the dataset in the directory
- start rocking?
All these cool people made these free stuff to make our project less taxing.
- link to the paper: https://arxiv.org/pdf/1606.02147.pdf
- reference repository: https://github.com/iArunava/ENet-Real-Time-Semantic-Segmentation