S

SeetaSeg

A platform implementing popular segmentation algorithms.

93b7acf1 Init repository · by Ting PAN
Name Last Update
configs/upernet Loading commit data...
data Loading commit data...
scripts/datasets Loading commit data...
seetaseg Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.flake8 Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
MODEL_ZOO.md Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...
version.txt Loading commit data...

SeetaSeg

SeetaSeg is a platform implementing popular segmentation algorithms.

This repository is based on seeta-dragon, while the style of codes is torch.

Installation

Build From Source

If you prefer to develop modules as well as running experiments, following commands will build but not install to site-packages:

cd seetaseg && python setup.py build

Install From Source

Clone this repository to local disk and install:

cd seetaseg && python setup.py install

Install From Git

You can also install it from remote repository:

pip install git+https://gitlab.seetatech.com/seetaresearch/seetaseg.git

Quick Start

Train a segmentation models

cd tools
python train.py --cfg <MODEL_YAML>

We have provided the default YAML examples into configs.

Test a segmentations model

cd tools
python test.py --cfg <MODEL_YAML> --exp_dir <EXP_DIR> --iter <ITERATION>

Benchmark and Model Zoo

Results and models are available in the Model Zoo.

License

BSD 2-Clause license