Update requirements.txt
Browse files- requirements.txt +2 -15
requirements.txt
CHANGED
|
@@ -10,7 +10,6 @@ torch>=1.7.0,!=1.12.0
|
|
| 10 |
torchvision>=0.8.1,!=0.13.0
|
| 11 |
tqdm>=4.41.0
|
| 12 |
protobuf<4.21.3
|
| 13 |
-
|
| 14 |
# Logging -------------------------------------
|
| 15 |
tensorboard>=2.4.1
|
| 16 |
# wandb
|
|
@@ -19,19 +18,7 @@ tensorboard>=2.4.1
|
|
| 19 |
pandas>=1.1.4
|
| 20 |
seaborn>=0.11.0
|
| 21 |
|
| 22 |
-
#
|
| 23 |
-
# coremltools>=4.1 # CoreML export
|
| 24 |
-
# onnx>=1.9.0 # ONNX export
|
| 25 |
-
# onnx-simplifier>=0.3.6 # ONNX simplifier
|
| 26 |
-
# scikit-learn==0.19.2 # CoreML quantization
|
| 27 |
-
# tensorflow>=2.4.1 # TFLite export
|
| 28 |
-
# tensorflowjs>=3.9.0 # TF.js export
|
| 29 |
-
# openvino-dev # OpenVINO export
|
| 30 |
-
|
| 31 |
-
# Extras --------------------------------------
|
| 32 |
ipython # interactive notebook
|
| 33 |
psutil # system utilization
|
| 34 |
-
thop # FLOPs computation
|
| 35 |
-
# albumentations>=1.0.3
|
| 36 |
-
# pycocotools>=2.0 # COCO mAP
|
| 37 |
-
# roboflow
|
|
|
|
| 10 |
torchvision>=0.8.1,!=0.13.0
|
| 11 |
tqdm>=4.41.0
|
| 12 |
protobuf<4.21.3
|
|
|
|
| 13 |
# Logging -------------------------------------
|
| 14 |
tensorboard>=2.4.1
|
| 15 |
# wandb
|
|
|
|
| 18 |
pandas>=1.1.4
|
| 19 |
seaborn>=0.11.0
|
| 20 |
|
| 21 |
+
# Extras -------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
ipython # interactive notebook
|
| 23 |
psutil # system utilization
|
| 24 |
+
thop # FLOPs computation
|
|
|
|
|
|
|
|
|