Spaces:
Sleeping
Sleeping
Pedro Henrique Conrado
commited on
Commit
·
253fd1e
1
Parent(s):
df98e9f
1 commit
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -48,7 +48,7 @@ supervision
|
|
48 |
onemetric
|
49 |
tqdm
|
50 |
typing
|
51 |
-
numpy
|
52 |
torch>=1.7
|
53 |
opencv_python
|
54 |
loguru
|
@@ -67,7 +67,7 @@ onnx>=1.13.0
|
|
67 |
onnxruntime>=1.12.0
|
68 |
onnx-simplifier==0.4.10
|
69 |
lap
|
70 |
-
|
71 |
torch>=1.7
|
72 |
opencv_python
|
73 |
loguru
|
@@ -83,4 +83,5 @@ lap
|
|
83 |
motmetrics
|
84 |
filterpy
|
85 |
h5py
|
86 |
-
cython
|
|
|
|
48 |
onemetric
|
49 |
tqdm
|
50 |
typing
|
51 |
+
numpy<1.24
|
52 |
torch>=1.7
|
53 |
opencv_python
|
54 |
loguru
|
|
|
67 |
onnxruntime>=1.12.0
|
68 |
onnx-simplifier==0.4.10
|
69 |
lap
|
70 |
+
cython_bbox
|
71 |
torch>=1.7
|
72 |
opencv_python
|
73 |
loguru
|
|
|
83 |
motmetrics
|
84 |
filterpy
|
85 |
h5py
|
86 |
+
cython
|
87 |
+
cython-bbox
|