Commit
·
db8b6d0
1
Parent(s):
de6574e
Update VGGFace2-HQ
Browse files- VGGFace2-HQ +14 -3
VGGFace2-HQ
CHANGED
|
@@ -59,8 +59,19 @@ _CITATION = """\
|
|
| 59 |
|
| 60 |
_URLS = {
|
| 61 |
"default": {
|
| 62 |
-
"train": ("https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
}
|
| 65 |
}
|
| 66 |
|
|
@@ -115,7 +126,7 @@ class VGGFace2-HQ(datasets.GeneratorBasedBuilder):
|
|
| 115 |
)
|
| 116 |
for target in targets
|
| 117 |
)
|
| 118 |
-
target_dict['identity'] = "https://huggingface.co/datasets/ProgramComputer/VGGFace2
|
| 119 |
metadata = dl_manager.download(
|
| 120 |
target_dict
|
| 121 |
)
|
|
|
|
| 59 |
|
| 60 |
_URLS = {
|
| 61 |
"default": {
|
| 62 |
+
"train": ("https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac01.zip",
|
| 63 |
+
"https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac02.zip","
|
| 64 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac03.zip",
|
| 65 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac04.zip",
|
| 66 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac05.zip",
|
| 67 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac06.zip",
|
| 68 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac07.zip",
|
| 69 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac08.zip",
|
| 70 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac09.zip",
|
| 71 |
+
https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/train/VGGFac10.zip",
|
| 72 |
+
|
| 73 |
+
),
|
| 74 |
+
"test": "https://huggingface.co/datasets/ProgramComputer/VGGFace2-HQ/resolve/main/test/test.zip",
|
| 75 |
}
|
| 76 |
}
|
| 77 |
|
|
|
|
| 126 |
)
|
| 127 |
for target in targets
|
| 128 |
)
|
| 129 |
+
target_dict['identity'] = "https://huggingface.co/datasets/ProgramComputer/VGGFace2/raw/main/meta/identity_meta.csv"
|
| 130 |
metadata = dl_manager.download(
|
| 131 |
target_dict
|
| 132 |
)
|