make code

This commit is contained in:
freddyaboulton
2024-10-22 16:24:21 -07:00
parent cff6073df0
commit e7f3e63c79
20 changed files with 427 additions and 156 deletions

View File

@@ -1,8 +1,8 @@
import time
import cv2
import numpy as np
import onnxruntime
from utils import draw_detections
@@ -120,8 +120,9 @@ class YOLOv10:
if __name__ == "__main__":
import requests
import tempfile
import requests
from huggingface_hub import hf_hub_download
model_file = hf_hub_download(