The following project include following
- I've used pre-trained model of CNN "googlenet"
- ImageNet dataset has been used
- Using dnn module of OpenCv, I've imported googlenet .caffemodel and prototxt which is the configuration of architeture
After execution of following code, You'll come to know that how pre-trained model of CNN being used in classification using imageNet dataset
I've used synset_word.txt for imagenet database, which include their wordnet ID's which has been defined in model all images have an unique ID which starts from "N"- Noun
Thanks for visiting. Prabhu kumar