selective-search
There are 12 repositories under selective-search topic.
ChenjieXu/selective_search
Python implementation of selective search
RashadGarayev/Image-ClassificationNN
Image classification svm with simple neural network.
vadimkantorov/selective_search_pytorch
Selective Search reimplementation in PyTorch that allows to extract not only the bounding boxes, but also the region masks
HoangPham3003/RCNN-Object-Detection-From-Scratch
A Python implementation from scratch of RCNN algorithm for Object Detection.
sirius-mhlee/selective-search-for-object-recognition
Python implementation of Selective Search for Object Recognition.
phuc16102001/rcnn-car
A project about car detection using RCNN model
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.
dbrcina/MSc-Thesis-FER-2021-22
MSc Thesis at FER-2021/22 led by izv. prof. dr. sc. Marko Čupić
lky473736/selectivesearch
(contribution) Selective Search Implementation for Python
soumilchugh/RCNN-SelectiveSearch
This repo contains the code for region based CNN network
liuliuOD/Selective-Search
Implement Selective Search in traditional computer vision. 手刻實作電腦圖像辨識領域中的經典算法 - Selective Search
phonhay103/RCNN
Implementation of R-CNN