Skip to content

Instantly share code, notes, and snippets.

@rpitonak
Created July 12, 2022 07:44
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 rpitonak/a1972f60f23ae5ee4fc18159671d9715 to your computer and use it in GitHub Desktop.
Save rpitonak/a1972f60f23ae5ee4fc18159671d9715 to your computer and use it in GitHub Desktop.
# pip install wget
# pip install -i https://test.pypi.org/simple/ onnx-weekly
# pip install onnxruntime
import onnx
import numpy as np
import onnxruntime as rt
import matplotlib.pyplot as plt
from PIL import Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment