-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
53 lines (44 loc) · 953 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
52
53
# Usage: pip install -r requirements.txt
dill
from-root
notebook
boto3
mypy-boto3-s3
flask-cors
flask
awscli
mlflow
ensure
# Usage: pip install -r requirements.txt
# Base ----------------------------------------
matplotlib
numpy
opencv-python
Pillow
PyYAML
requests
scipy
tqdm
protobuf
# Logging -------------------------------------
tensorboard
# wandb
# Plotting ------------------------------------
pandas
seaborn
# Export --------------------------------------
# coremltools>=4.1 # CoreML export
# onnx>=1.9.0 # ONNX export
# onnx-simplifier>=0.3.6 # ONNX simplifier
# scikit-learn==0.19.2 # CoreML quantization
# tensorflow>=2.4.1 # TFLite export
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev # OpenVINO export
# Extras --------------------------------------
ipython # interactive notebook
psutil # system utilization
thop # FLOPs computation
ultralytics
albumentations
#local packages --------------------------------
-e .