lixi042 commited on
Commit ·
ac1e6bf
1
Parent(s): 7e31006
update
Browse files- requirements.txt +3 -20
requirements.txt
CHANGED
|
@@ -1,22 +1,5 @@
|
|
| 1 |
-
pytorch
|
| 2 |
-
|
| 3 |
-
torchaudio==2.0.0
|
| 4 |
opencv-python
|
| 5 |
-
albumentations==0.5.1 --no-binary=imgaug,albumentations
|
| 6 |
-
ray>=1.0.1
|
| 7 |
-
einops==0.3.0
|
| 8 |
-
kornia==0.4.1
|
| 9 |
-
loguru==0.5.3
|
| 10 |
-
yacs>=0.1.8
|
| 11 |
-
tqdm
|
| 12 |
-
autopep8
|
| 13 |
-
pylint
|
| 14 |
-
ipython
|
| 15 |
-
jupyterlab
|
| 16 |
matplotlib
|
| 17 |
-
|
| 18 |
-
pytorch-lightning==1.3.5
|
| 19 |
-
torchmetrics==0.7.0
|
| 20 |
-
joblib>=1.0.1
|
| 21 |
-
pillow==9.5.0
|
| 22 |
-
poselib
|
|
|
|
| 1 |
+
pytorch
|
| 2 |
+
numpy
|
|
|
|
| 3 |
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
matplotlib
|
| 5 |
+
yacs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|