keras implementation of Faster R-CNN
Encapsulation C++ version of FasterRCNN
Clean and readable implementations of Faster R-CNN in PyTorch and TensorFlow 2 with Keras.
PyTorch Faster R-CNN Object Detection on Custom Dataset
FasterRCNN is implemented in VGG, ResNet and FPN base.
Faster R-CNN R-101-FPN model was implemented with TensorFlow2.0 eager execution.
Faster_RCNN for text detection 文本检测
A FasterRCNN Tutorial in Tensorflow
Compare FasterRCNN,Yolo,SSD model with the same dataset
this is a FasterRCNN detector trained in Matlab using 258 car plate images
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Modified ChainerCV example to train on WIDER FACE dataset for face detection
This sample project shows off how to prepare and deploy to Azure Web Apps a simple Python web service with an image classifying model produced in CNTK (Cognitive Toolkit) using FasterRCNN
For the Kaggle Competition on object detection with same name. 1) models used are DETR, EfficientDet, YOLOv5, RetinaNet, FasterRCNN. 2) Ensemble inference using Weighted Box Fusion 3) Pseudo Learning ...
电子科技大学,信通学院,综合课程设计,车牌定位识别,附带数据集与训练好的网络
此一project是由清华大学医学院的姚非凡与郑家瀚共同开发完成,这里运用了三个目标检测模型,来找到图像里的人脸,以及他们是否有带口罩,是个目标检测+2分类问题。 这一readme.md文件是为了帮助使用者如何正确使用我们的code。我们使用FasterRCNN可达到0.7的mAP[.5:.95]。