Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Python implementation of selective search
no vote
&Nbsp; & nbsp; & nbsp; & nbsp; & nbsp; selective search comes from the 2012 IJCV article. The idea is to use the image segmentation method to get some initial segmentation regions (similar to generate a lot of super pixels on the image), and then use the hierarchical grouping strategy (similar to hierarchical clustering) to merge these initial regions, and get these regions as candidate regions for target location; Selective search greatly reduces the search space and improves the speed of the algorithm. &This version is implemented in Python. After installing the dependency library, it can run directly to extract the proposals of any image.
tq1995
2018-07-02
0
1
No more~