Deep Mastering With Caffe In Python – Aspect IV: Classifying An Image
In the former weblog publish, we learnt how to coach a convolutional neural network (CNN). 1 of the most preferred use instances for a CNN is to classify illustrations or photos. Once the CNN is properly trained, we need to have to know how to use it to classify an not known impression. The properly trained model files will be saved as "caffemodel" files, so we need to have to load those files, preprocess the input illustrations or photos, and then extract the output tags for those illustrations or photos. In this publish, we will see how to load those trained model files and use it to classify an impression. Let's go in advance see how to do it, shall we? Instruction a full network normally takes time, so we will use an existing properly trained model to classify an impression for now.
Apr-11-2016, 20:25:22 GMT
- Technology: