This commit is contained in:
2024-06-19 10:10:41 +08:00
parent 14f6261d71
commit 76f51918c9
11 changed files with 2498 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import cv2
import numpy as np
from PIL import Image
from network.yolo import YOLO, YOLO_ONNX
from yolo import YOLO, YOLO_ONNX
if __name__ == "__main__":
#----------------------------------------------------------------------------------------------------------#