ProgramComputer
commited on
Commit
•
2cec507
1
Parent(s):
e9d7264
Update test.py
Browse files
test.py
CHANGED
@@ -65,7 +65,7 @@ _URL = "https://mm.kaist.ac.kr/datasets/voxceleb"
|
|
65 |
|
66 |
_URLS = {
|
67 |
"video": {
|
68 |
-
"dev":
|
69 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_1.zip",
|
70 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_2.zip",
|
71 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_3.zip",
|
@@ -73,7 +73,7 @@ _URLS = {
|
|
73 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_5.zip",
|
74 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_6.zip",
|
75 |
|
76 |
-
|
77 |
"test": "https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_test_mp4.zip",
|
78 |
},
|
79 |
"audio1": {
|
|
|
65 |
|
66 |
_URLS = {
|
67 |
"video": {
|
68 |
+
"dev": [
|
69 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_1.zip",
|
70 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_2.zip",
|
71 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_3.zip",
|
|
|
73 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_5.zip",
|
74 |
"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_mp4_6.zip",
|
75 |
|
76 |
+
],
|
77 |
"test": "https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox2/vox2_test_mp4.zip",
|
78 |
},
|
79 |
"audio1": {
|