Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
1e1cd42
1
Parent(s):
041c78a
Update requirements.txt
Browse files- requirements.txt +34 -14
requirements.txt
CHANGED
@@ -1,22 +1,42 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
PyYAML>=5.3.1
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# Logging -------------------------------------
|
14 |
-
tensorboard>=2.4.1
|
15 |
# wandb
|
16 |
|
17 |
# Plotting ------------------------------------
|
18 |
-
pandas>=1.1.4
|
19 |
-
seaborn>=0.11.0
|
20 |
|
21 |
# Export --------------------------------------
|
22 |
# coremltools>=4.1 # CoreML export
|
@@ -32,4 +52,4 @@ seaborn>=0.11.0
|
|
32 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
33 |
# pycocotools>=2.0 # COCO mAP
|
34 |
# roboflow
|
35 |
-
thop # FLOPs computation
|
|
|
1 |
+
# LIVE
|
2 |
+
pytorch
|
3 |
+
torchvision
|
4 |
+
numpy
|
5 |
+
scikit-image
|
6 |
+
cmake
|
7 |
+
ffmpeg
|
8 |
+
svgwrite
|
9 |
+
svgpathtools
|
10 |
+
cssutils
|
11 |
+
numba
|
12 |
+
torch-tools
|
13 |
+
scikit-fmm
|
14 |
+
easydict
|
15 |
+
visdom
|
16 |
+
opencv-python==4.5.4.60
|
17 |
PyYAML>=5.3.1
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
# Base ----------------------------------------
|
22 |
+
# matplotlib>=3.2.2
|
23 |
+
# numpy>=1.18.5
|
24 |
+
# opencv-python-headless>=4.5.5.64
|
25 |
+
# Pillow>=7.1.2
|
26 |
+
# PyYAML>=5.3.1
|
27 |
+
# requests>=2.23.0
|
28 |
+
# scipy>=1.4.1
|
29 |
+
# torch>=1.7.0
|
30 |
+
# torchvision>=0.8.1
|
31 |
+
# tqdm>=4.41.0
|
32 |
|
33 |
# Logging -------------------------------------
|
34 |
+
# tensorboard>=2.4.1
|
35 |
# wandb
|
36 |
|
37 |
# Plotting ------------------------------------
|
38 |
+
# pandas>=1.1.4
|
39 |
+
# seaborn>=0.11.0
|
40 |
|
41 |
# Export --------------------------------------
|
42 |
# coremltools>=4.1 # CoreML export
|
|
|
52 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
53 |
# pycocotools>=2.0 # COCO mAP
|
54 |
# roboflow
|
55 |
+
# thop # FLOPs computation
|