• Stars
    star
    183
  • Rank 208,956 (Top 5 %)
  • Language
    MATLAB
  • License
    Other
  • Created almost 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Python script to compute Selective Search proposals in Matlab.

This is mostly the code from Segmentation as Selective Search for Object Recognition, downloaded November 2013. I simply needed a way to call this stuff from Python: selective_search.py and selective_search.m are the only new files.

import selective_search_ijcv_with_python as selective_search
windows = selective_search.get_windows(image_filenames)

To make sure this works, simply python selective_search.py.

Sergey Karayev 25 Nov 2013