SelectiveSearch RCNN
Matlab Scripts and functions that use selective search to generate region proposals for RCNN based methods.
Install / Use
npx skills add WalterMa/SelectiveSearch-RCNNInstalls into whichever agent you are using.
README
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.

Generate boxes for your dataset
- Modify
idx_file,format_stringin 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'; - Run start.m, and results will be saved to
output.mat
Boost with parallel computing
- Install Parallel Computing Toolbox
- Enable Automatically create a parallel pool in Matlab preferences.
- Enjoy huge improvements!!
Here is a Example for 20 images:

Disclaimer
selective_search_boxes.mis copied from rbgirshick/rcnn under BSD-2-Clause License.SelectiveSearchCodeIJCVis downloaded and modified from SelectiveSearchCodeIJCV.zip. See LICENSE.txt for more details.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
