Skip to content

Instantly share code, notes, and snippets.

@doleron
Last active January 23, 2022 11:37
Show Gist options
  • Save doleron/25b3c3d0e92aff3f48d234c0c29d0cb5 to your computer and use it in GitHub Desktop.
Save doleron/25b3c3d0e92aff3f48d234c0c29d0cb5 to your computer and use it in GitHub Desktop.
Python loading model
import cv2
net = cv2.dnn.readNet('yolov5s.onnx')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment