2020-08-09 03:57:05 +08:00
|
|
|
# pip install -r requirements.txt
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2021-09-12 21:52:24 +08:00
|
|
|
# Base ----------------------------------------
|
2020-08-02 05:00:14 +08:00
|
|
|
matplotlib>=3.2.2
|
2020-07-17 04:37:58 +08:00
|
|
|
numpy>=1.18.5
|
2020-08-02 05:00:14 +08:00
|
|
|
opencv-python>=4.1.2
|
2021-09-17 19:02:37 +08:00
|
|
|
Pillow>=7.1.2
|
2021-01-25 03:54:15 +08:00
|
|
|
PyYAML>=5.3.1
|
2020-08-02 05:00:38 +08:00
|
|
|
scipy>=1.4.1
|
2020-12-09 23:44:06 +08:00
|
|
|
torch>=1.7.0
|
|
|
|
torchvision>=0.8.1
|
2020-08-02 05:00:14 +08:00
|
|
|
tqdm>=4.41.0
|
2020-05-30 08:04:54 +08:00
|
|
|
|
2021-09-12 21:52:24 +08:00
|
|
|
# Logging -------------------------------------
|
2021-03-24 08:29:00 +08:00
|
|
|
tensorboard>=2.4.1
|
2020-11-01 03:16:35 +08:00
|
|
|
# wandb
|
|
|
|
|
2021-09-12 21:52:24 +08:00
|
|
|
# Plotting ------------------------------------
|
2020-11-23 22:27:14 +08:00
|
|
|
pandas
|
2021-09-28 10:00:05 +08:00
|
|
|
seaborn>=0.11.0
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2021-09-12 21:52:24 +08:00
|
|
|
# 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
|
2020-08-15 01:14:48 +08:00
|
|
|
|
2021-09-12 21:52:24 +08:00
|
|
|
# Extras --------------------------------------
|
2021-09-28 10:00:05 +08:00
|
|
|
# albumentations>=1.0.3
|
2021-05-23 23:53:54 +08:00
|
|
|
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
2021-06-09 17:22:21 +08:00
|
|
|
# pycocotools>=2.0 # COCO mAP
|
2021-09-28 10:00:05 +08:00
|
|
|
# roboflow
|
2021-06-08 16:22:10 +08:00
|
|
|
thop # FLOPs computation
|