fast-scnn-pytorch

repository·master·Indexed 19 days ago

https://github.com/tramac/fast-scnn-pytorch

A PyTorch implementation of the Fast Semantic Segmentation Network (Fast-SCNN) designed for high-speed semantic segmentation tasks. It includes support for the Cityscapes dataset and provides scripts for training, evaluation, and visual demonstrations.

Tokens
386
Snippets
4
Records
5
Agent score
16%

What's inside fast-scnn-pytorch

  1. Install Fast-SCNN

    master

    To set up the Fast-SCNN environment, ensure you have Python 3.x (Anaconda3 recommended) and PyTorch 1.0 installed. You can install PyTorch via conda using the following command:

    conda install pytorch torchvision cudatoolkit=9.0 -c pytorch

    After installing dependencies, clone this repository and download the required datasets.

  2. Train Fast-SCNN

    master

    Train the model using the train.py script. You can specify parameters via command-line flags or by modifying the script directly. By default, the script expects the Cityscapes dataset in ./datasets/citys.

    python train.py --model fast_scnn --dataset citys