Update requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
CHANGED
|
@@ -6,3 +6,26 @@ torch
|
|
| 6 |
torchvision
|
| 7 |
tqdm
|
| 8 |
ffmpeg-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
torchvision
|
| 7 |
tqdm
|
| 8 |
ffmpeg-python
|
| 9 |
+
albumentations~=1.4.10
|
| 10 |
+
filesplit==3.0.2
|
| 11 |
+
opencv-python==4.11.0.86
|
| 12 |
+
scikit-image==0.25.2
|
| 13 |
+
imgaug==0.4.0
|
| 14 |
+
pyclipper==1.3.0.post6
|
| 15 |
+
lmdb==1.6.2
|
| 16 |
+
PyYAML==6.0.2
|
| 17 |
+
omegaconf==2.3.0
|
| 18 |
+
tqdm==4.67.1
|
| 19 |
+
PySimpleGUI-4-foss==4.60.4.1
|
| 20 |
+
easydict==1.13
|
| 21 |
+
scikit-learn==1.6.1
|
| 22 |
+
pandas==2.2.3
|
| 23 |
+
webdataset==0.2.111
|
| 24 |
+
numpy==2.2.5
|
| 25 |
+
protobuf==6.30.2
|
| 26 |
+
av==14.3.0
|
| 27 |
+
einops==0.8.1
|
| 28 |
+
paddleocr==2.10.0
|
| 29 |
+
paddle2onnx==1.3.1
|
| 30 |
+
onnxruntime-gpu==1.20.1
|
| 31 |
+
onnxruntime-directml==1.20.1; sys_platform == 'win32'
|