Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saimadhu-polamuri/424ce66a10ee95662b0cf41f9be5e6a7 to your computer and use it in GitHub Desktop.
Save saimadhu-polamuri/424ce66a10ee95662b0cf41f9be5e6a7 to your computer and use it in GitHub Desktop.
# Reshape Image
import numpy as np
image = np.expand_dims(image, axis=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment