Spaces:
Runtime error
Runtime error
Commit
·
7f97c98
1
Parent(s):
fa86b15
merging requirements.txt woth tracker libraries
Browse files- requirements.txt +35 -1
requirements.txt
CHANGED
@@ -20,4 +20,38 @@ seaborn>=0.11.0
|
|
20 |
scipy>=1.4.1
|
21 |
Pillow>=7.1.2
|
22 |
huggingface-hub >= 0.11.0
|
23 |
-
ultralytics >=8.0.34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
scipy>=1.4.1
|
21 |
Pillow>=7.1.2
|
22 |
huggingface-hub >= 0.11.0
|
23 |
+
ultralytics >=8.0.34
|
24 |
+
|
25 |
+
# Logging ---------------------------------------------------------------------
|
26 |
+
tensorboard>=2.4.1
|
27 |
+
# clearml>=1.2.0
|
28 |
+
# comet
|
29 |
+
|
30 |
+
# Plotting --------------------------------------------------------------------
|
31 |
+
pandas>=1.1.4
|
32 |
+
seaborn>=0.11.0
|
33 |
+
|
34 |
+
# StrongSORT ------------------------------------------------------------------
|
35 |
+
easydict
|
36 |
+
|
37 |
+
# torchreid -------------------------------------------------------------------
|
38 |
+
gdown
|
39 |
+
|
40 |
+
# ByteTrack -------------------------------------------------------------------
|
41 |
+
lap
|
42 |
+
|
43 |
+
# OCSORT ----------------------------------------------------------------------
|
44 |
+
filterpy
|
45 |
+
|
46 |
+
# Export ----------------------------------------------------------------------
|
47 |
+
# onnx>=1.9.0 # ONNX export
|
48 |
+
# onnx-simplifier>=0.4.1 # ONNX simplifier
|
49 |
+
# nvidia-pyindex # TensorRT export
|
50 |
+
# nvidia-tensorrt # TensorRT export
|
51 |
+
# openvino-dev # OpenVINO export
|
52 |
+
|
53 |
+
# Hyperparam search -----------------------------------------------------------
|
54 |
+
# optuna
|
55 |
+
# plotly # for hp importance and pareto front plots
|
56 |
+
# kaleido
|
57 |
+
# joblib
|