Node.js meets OpenCV's Deep Neural Networks -- Fun with Tensorflow and Caffe
The Tensorflow Inception model has been trained to recognize objects of 1000 classes. If you feed an image to the network it will spit out the likelihood of each class for the object shown in the image. You can get these files by downloading and unzipping'inception5h.zip' First of all we have to know, that the Tensorflow Inception net accepts 224x224 sized input images. That's the reason why we resize the image such that it's largest dimension is 224 and we pad the image's remaining dimension with white pixels, such that the width height (padToSquare).
Dec-8-2017, 10:11:23 GMT
- Technology: