This is my final year project, there are 12 MATLAB code files including 4 help functions and 8 scripts.
- createLgraphUsingConnections
- findLayersToReplace
- freezeWeights
- helperCIFAR10Data
- 'DataVisual' is used to do data visualization
- 'DoubleTheImbalancedData' is used to do data augmentation.
- 'Getcifar-10Data' is used to get the CIFAR-10 dataset.
- 'imageAugmentation' did a lot of thing. It is used to do image augmentation, rotation, remove the black background, create traffic sign shapes.
- 'previewDatastore' is used to preview the images after image augmentation
- 'RealtimeRecognition' is used to implement the TSR system in real-time and record the processing speed
- 'shapeAugment' is used to genrate shapes do the image augmentation to the created shapes
- 'traffic' is used to import images,specify the network,do 5-fold cross validation, configure the training options and train the network.