An open API service indexing awesome lists of open source software.

https://github.com/mitmul/dlibss

Python wrapper of selective search like algorithm in dlib
https://github.com/mitmul/dlibss

Last synced: about 1 year ago
JSON representation

Python wrapper of selective search like algorithm in dlib

Awesome Lists containing this project

README

          

# dlibss
Python wrapper of selective search like algorithm in dlib

## Requirements
- OpenCV (http://opencv.org/downloads.html)
- Boost.Numpy (https://github.com/ndarray/Boost.NumPy)
- dlib (https://github.com/davisking/dlib)

## Build dlibss

$ cd lib
$ mkdir build
$ cmake ../
$ make

## Test dlibss

$ python scripts/test_dlibss.py 000015.jpg

will create `tmp` dir and `000015_ss.jpg`