GTSRB_Matlab_code

所属分类:matlab编程
开发工具:matlab
文件大小:3KB
下载次数:51
上传日期:2015-03-11 21:03:57
上 传 者lttluo11
说明:  在matlab上HOG分类后,与SVM一起分类,测试,判别
(classfy the testing and finally train the trafficsigns)

文件列表:
Matlab code for GTSRB\TrainTrafficSigns.m (2693, 2010-12-02)
Matlab code for GTSRB\EvalTrafficSigns.m (2139, 2010-12-02)
Matlab code for GTSRB (0, 2010-12-02)

********************************************** The German Traffic Sign Recognition Benchmark Example code for MATLAB ********************************************** This archive contains example code for MATLAB for reading the datasets and corresponding annotations. It contains the following files: Readme.txt - This file TrainTrafficSigns.m - Functions to read the training dataset EvalTrafficSigns.m - Functions to read the test dataset Both files need to be adjusted to your needs in a few spots. These lines are marked with "TODO". ********************************************** TrainTrafficSigns.m ********************************************** The file TrainTrafficSigns.m provides the following functions: TrainTrafficSigns() - This function iterates the training dataset successivly reads all images and annotations and calls MyTrainingFunction for each. readSignData( aFile ) - Helper function used by TrainTrafficSigns to read an image and the corresponding annotations MyTrainingFunction(aImg, aClasses) - Dummy function. You can implement your training here. ********************************************** EvalTrafficSigns.m ********************************************** The file EvalTrafficSigns.m provides the following functions: EvalTrafficSigns() - This function iterates the training dataset successivly reads all images and annotations and calls MyClassificationFunctionfor each. The classification results are written to "classification_results.csv" in the correct format. readSignData( aFile ) - Helper function used by EvalTrafficSigns to read an image and the corresponding annotations MyClassificationFunction(aImg)(aImg, aClasses) - Dummy function. Call your classifier here. ********************************************** Further information ********************************************** For more information on the competition procedures and to obtain the test set, please visit the competition website at http://benchmark.ini.rub.de If you have any questions, do not hesitate to contact us tsr-benchmark@ini.rub.de ********************************************** Institut für Neuroinformatik Real-time computer vision research group Ruhr-Universitt Bochum Germany **********************************************

近期下载者

相关文件


收藏者