Skip to content

Instantly share code, notes, and snippets.

@adriaciurana
Created January 22, 2019 13:58
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 adriaciurana/7c0c0f2f47d6cab4a4fa4e6662df372d to your computer and use it in GitHub Desktop.
Save adriaciurana/7c0c0f2f47d6cab4a4fa4e6662df372d to your computer and use it in GitHub Desktop.
Medium Articulo: Parte 5a
import argparse, keras, os, cv2
from keras.models import model_from_json
parser = argparse.ArgumentParser()
parser.add_argument("image", help="Image or folder of images to predict",
type=str)
args = parser.parse_args()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment