Skip to content

Instantly share code, notes, and snippets.

@THEFASHIONGEEK
Created February 20, 2020 07:45
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 THEFASHIONGEEK/dabc3e21763d2fe049ae49d6732d15cb to your computer and use it in GitHub Desktop.
Save THEFASHIONGEEK/dabc3e21763d2fe049ae49d6732d15cb to your computer and use it in GitHub Desktop.
gtf = Infer()
gtf.Model(model_path="final_model.pt")
scores, labels, boxes = gtf.Predict(img_path, class_list, vis_threshold=0.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment