Created
July 30, 2017 04:15
-
-
Save joelouismarino/3bd690112f333df3c9e49d15939298bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net.blobs['data'].reshape(1, 3, 224, 224) | |
net.blobs['data'].data = img | |
output = net.forward() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment