Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# RadioUNet SoundMapDiff训练依赖
|
| 2 |
+
|
| 3 |
+
# 核心深度学习框架
|
| 4 |
+
torch>=1.12.0
|
| 5 |
+
torchvision>=0.13.0
|
| 6 |
+
|
| 7 |
+
# 数据处理
|
| 8 |
+
numpy>=1.21.0
|
| 9 |
+
pandas>=1.3.0
|
| 10 |
+
pillow>=9.0.0
|
| 11 |
+
|
| 12 |
+
# 可视化
|
| 13 |
+
matplotlib>=3.5.0
|
| 14 |
+
seaborn>=0.11.0
|
| 15 |
+
|
| 16 |
+
# 工具库
|
| 17 |
+
tqdm>=4.62.0
|
| 18 |
+
scikit-image>=0.19.0
|
| 19 |
+
opencv-python>=4.5.0
|
| 20 |
+
|
| 21 |
+
# 其他
|
| 22 |
+
pyyaml>=5.4.0
|