RSA-for-object-detection
Object Detection Framework
Provides a software framework for implementing object detection algorithms using Recurrent Scale Approximation (RSA) and CNN-based methods
Code and some data for 'Recurrent Scale Approximation for Object Detection in CNN' in ICCV 2017
238 stars
38 watching
76 forks
Language: Matlab
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
daijifeng001/r-fcn | A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. | 1,245 |
xiaohaochen/rrc_detection | An object detection framework utilizing recurrent rolling convolution for accurate single-stage detection | 361 |
chengyangfu/retinamask | A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture. | 339 |
bharatsingh430/py-r-fcn-multigpu | A software framework for training object detection models on multiple GPUs using the Caffe deep learning framework | 193 |
taokong/ron | A deep learning framework for object detection tasks using a novel neural network architecture | 355 |
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
liulei01/drbox | An open-source deep learning framework for detecting rotated objects in images | 421 |
zhaoweicai/cascade-rcnn | An object detection framework that combines multiple popular algorithms in a multi-stage process to improve detection accuracy. | 1,043 |
jxr326/swinmcnet | A Python-based object detection framework utilizing transformers and computer vision techniques to detect salient objects in RGB-thermal images | 16 |
chenjoya/vehicle_detection_recognition | A Matlab project for vehicle detection and recognition using deep learning techniques. | 202 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
ibm/max-object-detector | A tool for detecting objects in images using deep learning models | 290 |
jiwei0921/dmra | A Python implementation of a depth-induced multi-scale recurrent attention network for RGB-D saliency detection | 105 |