py-R-FCN-multiGPU
Object Detection Framework
A software framework for training object detection models on multiple GPUs using the Caffe deep learning framework
Code for training py-faster-rcnn and py-R-FCN on multiple GPUs in caffe
193 stars
17 watching
97 forks
Language: Jupyter Notebook
last commit: over 7 years ago
Linked from 1 awesome list
faster-rcnnmulti-gpuobject-detection
Related projects:
Repository | Description | Stars |
---|---|---|
yuwenxiong/py-r-fcn | An implementation of R-FCN, an object detection algorithm using region-based fully convolutional networks. | 1,048 |
unsky/fpn | Implementation of Feature Pyramid Networks for Object Detection using Caffe. | 524 |
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 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
zhaoweicai/cascade-rcnn | An object detection framework that combines multiple popular algorithms in a multi-stage process to improve detection accuracy. | 1,043 |
liuyuisanai/rsa-for-object-detection | Provides a software framework for implementing object detection algorithms using Recurrent Scale Approximation (RSA) and CNN-based methods | 238 |
congweilin/mtcnn-caffe | A deep learning framework for joint face detection and alignment using multi-task cascaded convolutional neural networks | 492 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
charlesq34/frustum-pointnets | A deep learning framework for 3D object detection from RGB-D data | 1,592 |
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
jessemelpolio/faster_rcnn_for_dota | This repository provides code for training a Faster R-CNN object detection model on DOTA datasets. | 336 |
amd/opencl-caffe | An OpenCL implementation of Caffe, a mainstream DNN framework. | 517 |