Skip to content

Matlab Scripts and functions that use selective search to generate region proposals for RCNN based methods.

License

MIT, BSD-2-Clause licenses found

Licenses found

MIT
LICENSE
BSD-2-Clause
LICENSE-RCNN.txt
Notifications You must be signed in to change notification settings

WalterMa/SelectiveSearch-RCNN

Repository files navigation

Selective Search For RCNN

Matlab Scripts and functions to generate selective search boxes for images used in RCNN based methods.
Support Windows and Linux.
Support parallel speedup.

Quick Demo

Run demo.m in Matlab.

DEMO-RESULT

Generate boxes for your dataset

  1. Modify idx_file, format_string in start.m
    Such as for VOC2012 validation dataset:
    idx_file = 'path/to/VOCdevkit/VOC2012/ImageSets/Main/val.txt';
    format_string = 'path/to/VOCdevkit/VOC2012/JPEGImages/%s.jpg';
  2. Run start.m, and results will be saved to output.mat

Boost with parallel computing

  1. Install Parallel Computing Toolbox
  2. Enable Automatically create a parallel pool in Matlab preferences.
  3. Enjoy huge improvements!!
    Here is a Example for 20 images:
    PARALLEL-RESULT

Disclaimer

  1. selective_search_boxes.m is copied from rbgirshick/rcnn under BSD-2-Clause License.
  2. SelectiveSearchCodeIJCV is downloaded and modified from SelectiveSearchCodeIJCV.zip. See LICENSE.txt for more details.

About

Matlab Scripts and functions that use selective search to generate region proposals for RCNN based methods.

Topics

Resources

License

MIT, BSD-2-Clause licenses found

Licenses found

MIT
LICENSE
BSD-2-Clause
LICENSE-RCNN.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published