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