# CNN-models **Repository Path**: linlut/CNN-models ## Basic Information - **Project Name**: CNN-models - **Description**: YOLO-v2, ResNet-32, GoogLeNet-lite - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CNN-models ## [YOLO-v2](/yolo-v2) YOLO v2 model for objects detection from image, video and live stream from webcam.
Python 3. Keras.
Papers:
https://arxiv.org/pdf/1506.02640.pdf
https://arxiv.org/pdf/1612.08242.pdf
Website:
https://pjreddie.com/darknet/yolo/
Some results:
![](/yolo-v2/gifs/gif_1.gif)
![](/yolo-v2/gifs/gif_2.gif)
![](/yolo-v2/gifs/gif_3.gif)
## [ResNet-32](/resnet-32) ResNet-32 model for CIFAR-10 image recognition.
Keras. Python 3.
Paper: https://arxiv.org/pdf/1512.03385.pdf
Some results:
![](/resnet-32/ResNet-32_epochs_300_small.png)
## [GoogLeNet-lite](/googlenet-lite) GoogLeNet-lite (Inception_v1) model for CIFAR-10 image recognition.
Keras. Python 3.
Paper: https://arxiv.org/pdf/1409.4842.pdf
Some results:
![](/googlenet-lite/GoogLeNet_epochs_300_small.png)