All Projects → ChenJoya → Vehicle_detection_recognition

ChenJoya / Vehicle_detection_recognition

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

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Vehicle detection recognition

Textclassification Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
Stars: ✭ 621 (+239.34%)
Mutual labels:  rcnn
Vehicle counting hog svm
Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.
Stars: ✭ 82 (-55.19%)
Mutual labels:  vehicle-detection
Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+1049.18%)
Mutual labels:  vehicle-detection
Keras Textclassification
中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN
Stars: ✭ 914 (+399.45%)
Mutual labels:  rcnn
R Cnn
My implementation of RCNN for the Flower Dates
Stars: ✭ 55 (-69.95%)
Mutual labels:  rcnn
Vehicle Detection Yolo Ver
real-time Vehicle Detection( tiny YOLO ver) and HOG+SVM method
Stars: ✭ 111 (-39.34%)
Mutual labels:  vehicle-detection
Textclassificationbenchmark
A Benchmark of Text Classification in PyTorch
Stars: ✭ 534 (+191.8%)
Mutual labels:  rcnn
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-5.46%)
Mutual labels:  rcnn
Rcnn Relation Extraction
Tensorflow Implementation of Recurrent Convolutional Neural Network for Relation Extraction
Stars: ✭ 64 (-65.03%)
Mutual labels:  rcnn
Carnd Project5 Vehicle detection and tracking
Vehicle Detection with Convolutional Neural Network
Stars: ✭ 134 (-26.78%)
Mutual labels:  vehicle-detection
Yolo Vehicle Counter
This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-detection algorithm.
Stars: ✭ 28 (-84.7%)
Mutual labels:  vehicle-detection
Textclassification
All kinds of neural text classifiers implemented by Keras
Stars: ✭ 51 (-72.13%)
Mutual labels:  rcnn
X Detector
Light-Head RCNN and One Novel Object Detector
Stars: ✭ 119 (-34.97%)
Mutual labels:  rcnn
Tffrcnn
FastER RCNN built on tensorflow
Stars: ✭ 898 (+390.71%)
Mutual labels:  rcnn
Opencv Lane Vehicle Track
OpenCV implementation of lane and vehicle tracking
Stars: ✭ 162 (-11.48%)
Mutual labels:  vehicle-detection
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+218.03%)
Mutual labels:  vehicle-detection
Cail2019 track2
中国法研杯CAIL2019要素抽取任务第三名方案分享
Stars: ✭ 98 (-46.45%)
Mutual labels:  rcnn
Traffic Rule Violation Detection System
Stars: ✭ 174 (-4.92%)
Mutual labels:  vehicle-detection
Tf deformable net
Deformable convolution net on Tensorflow
Stars: ✭ 173 (-5.46%)
Mutual labels:  rcnn
Rcnn Text Classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
Stars: ✭ 127 (-30.6%)
Mutual labels:  rcnn

UPDATE!!!

We redesigned the GUI, and the program was optimized.

Have a look:

1、4 steps for pic recognition:

2、You can select bounding-box by yourself:

3、Video:

4、Load your own model:


Vehicle_Detection_Recognition

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

Software

Matlab R2016b

Doadload

cars_meta.mat : http://pan.baidu.com/s/1mi6nvr6

cifar10NetRCNN.mat : (for Car position detection) http://pan.baidu.com/s/1geLa1V1

AlexNet_New.mat : (for Car type classify) http://pan.baidu.com/s/1bEzcYE

Code

You can use it to finish your task for single picture or video. Make sure your picture or video frame has 3 channels (colorful)

Citation

3D Object Representations for Fine-Grained Categorization Jonathan Krause, Michael Stark, Jia Deng, Li Fei-Fei 4th IEEE Workshop on 3D Representation and Recognition, at ICCV 2013 (3dRR-13). Sydney, Australia. Dec. 8, 2013.

DataSet : http://ai.stanford.edu/~jkrause/cars/car_dataset.html

Effect

Actually, The running speed of the program is a bit of slow... Hope you can try Faster-Rcnn or yolo (you only look once).

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].