File tree 3 files changed +1
-3
lines changed
src/engine/server/models/model_utils
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ flask-cors = "==3.0.10"
12
12
flask-restful = " ==0.3.9"
13
13
flask-socketio = " ==5.1.0"
14
14
jsonpickle = " ==2.0.0"
15
- numpy = " ==1.21.6"
16
15
onnx = " ==1.12.0"
17
16
onnx2torch = " ==1.5.6"
18
17
onnxruntime = " ==1.14.1"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Flask-Cors==3.0.10
6
6
Flask-RESTful == 0.3.9
7
7
Flask-SocketIO == 5.1.0
8
8
jsonpickle == 2.0.0
9
- numpy == 1.21.6
10
9
opencv-python == 4.7.0.72
11
10
Pillow == 9.5.0
12
11
scandir == 1.10.0
Original file line number Diff line number Diff line change 20
20
import cv2
21
21
import numpy as np
22
22
import tensorflow as tf
23
- from server .services .global_store import Errors , PortalError
23
+ from server .services .errors import Errors , PortalError
24
24
25
25
MODEL_TYPES = {
26
26
"yolov8" : "yolov8" ,
You can’t perform that action at this time.
0 commit comments