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
- Host: GitHub
- URL: https://github.com/mitmul/dlibss
- Owner: mitmul
- Created: 2015-02-01T21:09:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T05:20:11.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T03:41:39.863Z (about 1 year ago)
- Language: C++
- Size: 220 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`