Skip to content

Instantly share code, notes, and snippets.

@joelouismarino
Created July 30, 2017 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelouismarino/3bd690112f333df3c9e49d15939298bc to your computer and use it in GitHub Desktop.
Save joelouismarino/3bd690112f333df3c9e49d15939298bc to your computer and use it in GitHub Desktop.
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