forked from mikel-brostrom/boxmot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
executable file
·51 lines (44 loc) · 929 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# pip install -r requirements.txt
# base ----------------------------------------
dataclasses
requests>=2.23.0
Pillow>=7.1.2
PyYAML>=5.3.1
tqdm>=4.41.0
numpy>=1.18.5
matplotlib>=3.2.2
scipy>=1.4.1
scikit-image
scikit-learn==0.19.2
pandas>=1.1.4
# logging -------------------------------------
tensorboard>=2.4.1
wandb
# plotting ------------------------------------
seaborn>=0.11.0
# deep_sort -----------------------------------
easydict
# torchreid
h5py
six
tb-nightly
future
yacs
gdown
flake8
yapf
isort==4.3.21
imageio
# export --------------------------------------
# coremltools>=4.1 # CoreML export
onnx>=1.9.0 # ONNX export
onnxruntime>=1.9.0
onnx-simplifier>=0.3.6 # ONNX simplifier
# tensorflow>=2.4.1 # TFLite export
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev # OpenVINO export
# Extras --------------------------------------
albumentations>=1.0.3
# roboflow
thop # FLOPs computation
pymediainfo