Update requirements.txt
Browse files- requirements.txt +9 -45
requirements.txt
CHANGED
|
@@ -1,52 +1,16 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
h5py
|
| 8 |
-
omegaconf
|
| 9 |
-
matplotlib
|
| 10 |
-
imageio
|
| 11 |
-
imageio-ffmpeg
|
| 12 |
-
seaborn
|
| 13 |
-
torch-summary
|
| 14 |
-
torchfile
|
| 15 |
-
torchmetrics
|
| 16 |
|
| 17 |
transformers
|
| 18 |
-
accelerate
|
| 19 |
-
albumentations
|
| 20 |
-
chumpy
|
| 21 |
-
cmake
|
| 22 |
-
coloredlogs
|
| 23 |
-
colorlog
|
| 24 |
-
cython
|
| 25 |
-
diffusers
|
| 26 |
-
easydict
|
| 27 |
einops
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
opencv-python
|
| 31 |
-
optuna
|
| 32 |
-
pandas
|
| 33 |
-
protobuf
|
| 34 |
-
pyopengl
|
| 35 |
-
pytorch-fid
|
| 36 |
-
pytorch-lightning
|
| 37 |
-
pytorch-metric-learning
|
| 38 |
-
scikit-image
|
| 39 |
-
scikit-learn
|
| 40 |
-
scipy
|
| 41 |
-
|
| 42 |
-
tensorboard
|
| 43 |
-
tensorboardx
|
| 44 |
|
| 45 |
face-alignment
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
hydra-core
|
| 49 |
-
torch==2.0.1
|
| 50 |
-
timm>=0.6.13
|
| 51 |
-
torchvision==0.15.2
|
| 52 |
-
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
numpy==1.24.4
|
| 3 |
+
opencv-python
|
| 4 |
+
Pillow
|
| 5 |
|
| 6 |
+
torch==2.0.1
|
| 7 |
+
torchvision==0.15.2
|
| 8 |
+
timm>=0.6.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
einops
|
| 12 |
+
omegaconf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
face-alignment
|
| 15 |
+
imageio
|
| 16 |
+
imageio-ffmpeg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|