Spaces:
Sleeping
Sleeping
Pedro Henrique Conrado
commited on
Commit
·
48d4e0d
1
Parent(s):
7466eaa
1 commit
Browse files- requirements.txt +20 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
# Usage: pip install -r requirements.txt
|
3 |
|
4 |
# Base ----------------------------------------
|
|
|
5 |
matplotlib>=3.2.2
|
6 |
opencv-python>=4.6.0
|
7 |
pillow>=7.1.2
|
@@ -46,4 +47,22 @@ ultralytics
|
|
46 |
supervision
|
47 |
onemetric
|
48 |
tqdm
|
49 |
-
typing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# Usage: pip install -r requirements.txt
|
3 |
|
4 |
# Base ----------------------------------------
|
5 |
+
yolox
|
6 |
matplotlib>=3.2.2
|
7 |
opencv-python>=4.6.0
|
8 |
pillow>=7.1.2
|
|
|
47 |
supervision
|
48 |
onemetric
|
49 |
tqdm
|
50 |
+
typing
|
51 |
+
numpy
|
52 |
+
torch>=1.7
|
53 |
+
opencv_python
|
54 |
+
loguru
|
55 |
+
tqdm
|
56 |
+
torchvision
|
57 |
+
thop
|
58 |
+
ninja
|
59 |
+
tabulate
|
60 |
+
psutil
|
61 |
+
tensorboard
|
62 |
+
|
63 |
+
# verified versions
|
64 |
+
# pycocotools corresponds to https://github.com/ppwwyyxx/cocoapi
|
65 |
+
pycocotools>=2.0.2
|
66 |
+
onnx>=1.13.0
|
67 |
+
onnx-simplifier==0.4.10
|
68 |
+
yolox
|