Labelbox / gSLICrPy

Python3 Wrapper for "gSLICr: SLIC superpixels at over 250Hz"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gSLICrPy : Python3 Wrapper for "gSLICr: SLIC superpixels at over 250Hz"

This is the simple python3 wrapper for gSLICr. For more information, please refer the original work's repository.

Licenses

I am totally not related with research group of the original work. This repository is for personal research purposes. Public release of this repository is based on the following items in the license specification of the original repository:

Isis’s permission is not required \
if the said reproduction, modification, transmission or transference \
is done without financial return, \
the conditions of this Licence are imposed upon the receiver of the product, \
and all original and amended source code is included in any transmitted product.

All license terms in this repository are governed by the original repository, and the author of this repository also waives all rights and liabilities for this work.

Requirements

  - python3 (>= .5)
  - cmake (>= 2.8.10.2)
  - CUDA (>= 6.0)  
  - OpenCV (>= 3.0)

Build Process

mkdir build
cd build
cmake ../
make
python3 example.py

Example

original segmented

When n_iters=50, above example (2880 x 1800) is processed in 220ms on 1080Ti.

Wrapper Writer

Junghoon Seo (sjh@satreci.com)

About

Python3 Wrapper for "gSLICr: SLIC superpixels at over 250Hz"

License:Other


Languages

Language:C++ 77.1%Language:Cuda 9.9%Language:C 6.1%Language:Python 2.6%Language:CMake 2.2%Language:Objective-C++ 1.2%Language:Objective-C 1.0%