Skip to content

Commit b0c711a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5798fb4 + 91a3623 commit b0c711a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

simba/utils/yolo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
except:
1111
from typing_extensions import Literal
1212

13-
import numpy as np
1413
import json
14+
15+
import numpy as np
16+
1517
try:
1618
import torch
1719
from ultralytics import YOLO

0 commit comments

Comments
 (0)