Skip to content

SHRHarry/Semantic-Segmentation-with-Transformer

Repository files navigation

Semantic-Segmentation-with-Transformer

Hugging Face Models paper

Introduction

A repository of SegFormer model test

Architecture

segformer architecture

Experimentals Results

result-1result-2

Installation

Assuming a fresh Anaconda distribution with Python 3.8, you can install the dependencies with:

cd Semantic-Segmentation-with-Transformer
pip install -r requirements.txt

Training

python semantic_segmentation_main.py --api train

Evaluate

python semantic_segmentation_main.py --api eval

Inference

python semantic_segmentation_main.py --api infer

References

Releases

No releases published

Packages

No packages published

Languages