regionproposal
There are 2 repositories under regionproposal topic.
AlexMa011/edgeBoxes-Cpp-version
A c++ implementation of pdollar's Structured Edge Detection Toolbox. Written by opencv c++.
tanvirnwu/Selective-Search-for-Object-Detection
This repository provides a Python implementation of Selective Search for object detection. It includes code for segmenting an image using the Felzenszwalb method, extracting candidate regions for object detection, and visualizing these regions.