chrischoy / mini_lseg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Language Segmentation

This repository contains only essential components for inference of the language segmentation network (lang-seg).

Installation

First, install requirements and setup the package. Pretrained weights (demo_e200.ckpt) will be downloaded automatically.

pip install -r requirements.txt
python setup.py install

Demo

python examples/segmentation_queries.py --image_path figs/outdoor.jpg --max_size 620

Example output

About

License:Other


Languages

Language:Python 100.0%