All Projects → D-X-Y → Caffe Faster Rcnn

D-X-Y / Caffe Faster Rcnn

Licence: other
faster rcnn c++ version. joint train; please checkout into dev branch (git checkout dev)

Projects that are alternatives of or similar to Caffe Faster Rcnn

Object-Detection-And-Tracking
Target detection in the first frame and Tracking target by SiamRPN.
Stars: ✭ 33 (-84.29%)
Mutual labels:  detection, faster-rcnn
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+60.95%)
Mutual labels:  faster-rcnn, detection
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (-57.62%)
Mutual labels:  detection, faster-rcnn
Faster-RCNN-TensorFlow
TensorFlow implementation of Faster RCNN for Object Detection
Stars: ✭ 13 (-93.81%)
Mutual labels:  detection, faster-rcnn
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+499.05%)
Mutual labels:  faster-rcnn, detection
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-86.19%)
Mutual labels:  detection, faster-rcnn
Faster rcnn for dota
Code used for training Faster R-CNN on DOTA
Stars: ✭ 283 (+34.76%)
Mutual labels:  faster-rcnn, detection
Pytorch Faster Rcnn
pytorch based implementation faster rcnn
Stars: ✭ 251 (+19.52%)
Mutual labels:  faster-rcnn, detection
Keras object detection
Convert any classification model or architecture trained in keras to an object detection model
Stars: ✭ 28 (-86.67%)
Mutual labels:  faster-rcnn, detection
Tffrcnn
FastER RCNN built on tensorflow
Stars: ✭ 898 (+327.62%)
Mutual labels:  faster-rcnn, detection
Kittibox
A car detection model implemented in Tensorflow.
Stars: ✭ 388 (+84.76%)
Mutual labels:  faster-rcnn, detection
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-17.62%)
Mutual labels:  faster-rcnn, detection
Faster rcnn pytorch
Faster RCNN with PyTorch
Stars: ✭ 1,589 (+656.67%)
Mutual labels:  faster-rcnn, detection
Faster Rcnn tf
Faster-RCNN in Tensorflow
Stars: ✭ 2,349 (+1018.57%)
Mutual labels:  faster-rcnn, detection
Quantuminsert
Quantum Insert
Stars: ✭ 186 (-11.43%)
Mutual labels:  detection
Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (-4.76%)
Mutual labels:  faster-rcnn
Online Privacy Test Resource List
Privacy Online Test and Resource Compendium (POTARC) 🕵🏻
Stars: ✭ 185 (-11.9%)
Mutual labels:  detection
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (-14.76%)
Mutual labels:  detection
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-2.86%)
Mutual labels:  detection
Asl
Official Pytorch Implementation of: "Asymmetric Loss For Multi-Label Classification"(2020) paper
Stars: ✭ 195 (-7.14%)
Mutual labels:  detection

caffe-faster-rcnn has been deprecated. Please see Detectron, which includes an implementation of Mask R-CNN.

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Custom distributions

Community

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BAIR/BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].