Questions tagged [selective-search]

For questions related to the selective search algorithm, for example, described in "Selective Search for Object Recognition" (2013) by J. R. R. Uijlings et al.

2 questions
6
votes
1 answer

How does the region proposal method work in Fast R-CNN?

I read so many articles and the Fast R-CNN paper, but I'm still confused about how the region proposal method works in Fast R-CNN. As you can see in the image below, they say they used a proposal method, but it is not specified how it works. What…
1
vote
0 answers

Does the selective search algorithm in object detection learn?

I am trying to get a better grasp of how object detection works. I (almost) completely understand the concept behind RPNs. However, I am a little bit confused with the selective search algorithm part. This algorithm does not really learn anything,…