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:
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
Matlab R2016b
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
You can use it to finish your task for single picture or video. Make sure your picture or video frame has 3 channels (colorful)
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
Actually, The running speed of the program is a bit of slow... Hope you can try Faster-Rcnn or yolo (you only look once).