/seelab

Primary LanguageJupyter Notebook

Kyungsu Kyungsu PythonVersion


seelab is a Python module for extract, visualize, misc for labelme, Pascal VOC and MS COCO annotations built on top of PyTorch and is distributed under the 3-Clause BSD license.

Contents

Installation

Requirements

git clone https://github.com/unerue/seelab.git && cd seelab
conda env create -f environment.yml
conda activate seelab
python setup.py install
conda create -n seelab python=3.7
conda activate seelab
pip install -r requirements.txt
pip install git+https://github.com/unerue/seelab.git#egg=seelab

Usage

Check labels in dataset

check annotations

$ seelab check --labels
$ seelab check --size

visualize coco format

$ seelab visualize image_dir/ annotations.json --num_images=6

Contributing

You should be PEP8, Type hints cheat sheet, function, input, and variables.

vision-based construction