From 08d4ded57404e470fc945099aba868ea5e730ab0 Mon Sep 17 00:00:00 2001 From: qingwang12138 <296117967@qq.com> Date: Sat, 10 Jun 2017 10:58:28 +0800 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9bc6336..f02e930 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ To classify video into various classes using keras library with tensorflow as ba I have taken 5 classes from sports 1M dataset like unicycling, marshal arts, dog agility, jetsprint and clay pigeon shooting. First I have captured the frames per sec from the video and stored the images. I gave the labels to those images and trained them on VGG16 pretrained model. I achieved 78% accuracy on frames using CNN model, 73% accuracy on whole videos using CNN model, 81% accuracy on frames using CNN-LSTM architecture, 77% accuracy on videos using CNN-LSTM. + +I want to learn something really usefull about CNN. Any adivice?