Skip to content

Commit 3cb91dd

Browse files
committed
test: isolate torch import failure
1 parent a73e8cf commit 3cb91dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

evaluation_function/yolo_pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
import cv2
2020
import numpy as np
21-
from ultralytics import YOLO
21+
#from ultralytics import YOLO
22+
YOLO = None
2223

2324

2425
# =========================

0 commit comments

Comments
 (0)