You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/ResourceDownloader/ResourceDownloader/models.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[
2
2
{
3
3
"name": "Audio Super Resolution",
4
-
"description": "Audio super resolution improves the quality of low-resolution audio recordings by reconstructing high-resolution audio from low-resolution inputs.",
4
+
"description": "Audio super resolution improves the quality of low-resolution audio recordings. It can be helpful in restoring phonecall-quality audio to something closer to CD-quality.",
5
5
"dir": "audiosr",
6
6
"files": [
7
7
{
@@ -207,8 +207,8 @@
207
207
]
208
208
},
209
209
{
210
-
"name": "Dense UNet",
211
-
"description": "Noise suppression model based on Dense UNet.",
210
+
"name": "(Legacy) Dense UNet",
211
+
"description": "Noise suppression model based on Dense UNet. An older model, typically performing worse than Deep Filter Net.",
0 commit comments