top of page
MODEL ZOO
a collection of examples, datasets, and pre-trained models for different applications
​
Tiny YOLO v2 VOC (BN Merged)
Example project, model configuration file and pre-trained weights for VOC object detection based on Tiny YOLO v2 modified and optimized model.
The optimization relates to the Batch Normalization operation merging into the Convolutions and Bias Add operation of the same layer.
-
Model Topology ​ - Tiny_YOLO_v2_VOC_BN_Merged.ini
-
Trained Weight - Tiny_YOLO_v2_VOC_BN_Merged.weights (60.4 MB)
-
Model Diagram - Tiny_YOLO_v2_VOC_BN_Merged.svg
-
Example Project - Tiny_YOLO_v2_VOC_BN_Merged.zip
​
​
Simple Speech Recognition with CNNs
Example project, model configuration file and pre-trained weights for simple speech recognition problem.
-
Example Project - Speech_Rec_Release_v4.0_LV16.zip
-
Dataset (Optional) - Google Speech Command Dateset v002(35 words)
bottom of page