Vehicle_Detection_Recognition
Vehicle Detector
A Matlab project for vehicle detection and recognition using deep learning techniques.
This is a Matlab lesson design for vehicle detection and recognition. Using cifar-10Net to training a RCNN, and finetune AlexNet to classify. Thanks to Cars Dataset:http://ai.stanford.edu/~jkrause/cars/car_dataset.html
202 stars
18 watching
81 forks
Language: MATLAB
last commit: over 2 years ago
Linked from 1 awesome list
matlabrcnnvehicle-detection
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 |
vxy10/p5_vehicledetection_unet | Develops an object detection algorithm using a U-Net architecture to detect vehicles in images and videos from a publicly available dataset | 95 |
matlab-deep-learning/pretrained-resa-network-for-road-boundary-detection | A MATLAB implementation of a deep learning-based road boundary detection system using a pre-trained RESA model. | 3 |
bharath272/sds_eccv2014 | A Matlab implementation of simultaneous object detection and segmentation using deep learning techniques. | 96 |
taokong/ron | A deep learning framework for object detection tasks using a novel neural network architecture | 355 |
zengarden/light_head_rcnn | A research implementation of an object detection algorithm using a lightweight architecture | 834 |
yuwenxiong/py-r-fcn | A Python implementation of an object detection algorithm using region-based fully convolutional networks | 1,048 |
xiang-wuu/ncnn-android-yolov7 | An Android implementation of object detection using Yolov7 and the ncnn neural network library | 133 |
nihui/ncnn-android-mobilenetssd | An Android project demonstrating object detection using MobileNetSSD and the ncnn library. | 93 |
xiaolonw/adversarial-frcnn | A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. | 482 |
nihui/ncnn-android-yolov5 | An Android project demonstrating object detection using YOLOv5 and ncnn libraries. | 648 |
matlab-deep-learning/pretrained-yolov9-network-for-object-detection | Provides pre-trained YOLO object detection networks in MATLAB for real-time performance with good detection quality. | 4 |
matlab-deep-learning/pretrained-spatial-cnn | An implementation of a deep learning-based lane detection model in MATLAB using a pre-trained Spatial-CNN architecture. | 24 |
eniac-xie/faster-rcnn-resnet | An implementation of Faster R-CNN using ResNet architecture with online hard example mining for object detection | 207 |
chanyn/hkrm | Develops a deep learning model for large-scale object detection that leverages hybrid knowledge and routing mechanisms. | 104 |