Update README.md
Browse files
README.md
CHANGED
@@ -32,20 +32,30 @@ from huggingface_hub import hf_hub_download
|
|
32 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="0/0_0.zip", local_dir="./Arc2Face_data", repo_type="dataset")
|
33 |
```
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
After unzipping, the dataset structure will be:
|
36 |
|
37 |
```
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
```
|
42 |
|
43 |
Please note that due to the large dataset size, downloading and unzipping may take many hours to complete.
|
44 |
|
45 |
-
##
|
46 |
|
47 |
-
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
```bibtex
|
50 |
@misc{paraperas2024arc2face,
|
51 |
title={Arc2Face: A Foundation Model of Human Faces},
|
@@ -56,9 +66,6 @@ If you use this dataset, please cite our paper:
|
|
56 |
primaryClass={cs.CV}
|
57 |
}
|
58 |
```
|
59 |
-
|
60 |
-
as well as the original dataset:
|
61 |
-
|
62 |
```bibtex
|
63 |
@misc{zhu2021webface260m,
|
64 |
title={WebFace260M: A Benchmark Unveiling the Power of Million-scale Deep Face Recognition},
|
|
|
32 |
hf_hub_download(repo_id="FoivosPar/Arc2Face", filename="0/0_0.zip", local_dir="./Arc2Face_data", repo_type="dataset")
|
33 |
```
|
34 |
|
35 |
+
And unzip them:
|
36 |
+
```bash
|
37 |
+
unzip 0/0_0.zip -d ./Arc2Face_448x448
|
38 |
+
```
|
39 |
+
|
40 |
After unzipping, the dataset structure will be:
|
41 |
|
42 |
```
|
43 |
+
Arc2Face_448x448
|
44 |
+
└── IDs
|
45 |
+
└── images
|
46 |
```
|
47 |
|
48 |
Please note that due to the large dataset size, downloading and unzipping may take many hours to complete.
|
49 |
|
50 |
+
## Dataset Terms of Use
|
51 |
|
52 |
+
By accessing and using this dataset, you agree to the following terms:
|
53 |
|
54 |
+
- Usage of the data is only permitted for **research purposes**.
|
55 |
+
- You agree **not to** use this dataset and its subsets for any commercial purposes.
|
56 |
+
- You agree **not to** sell, trade, resell or sublicense the dataset to any third parties.
|
57 |
+
- All the images of the original dataset are obtained from the Internet. We are not responsible for the content nor the meaning of the restored images.
|
58 |
+
- If you use this dataset in your research, please cite our paper, as well as the original dataset paper:
|
59 |
```bibtex
|
60 |
@misc{paraperas2024arc2face,
|
61 |
title={Arc2Face: A Foundation Model of Human Faces},
|
|
|
66 |
primaryClass={cs.CV}
|
67 |
}
|
68 |
```
|
|
|
|
|
|
|
69 |
```bibtex
|
70 |
@misc{zhu2021webface260m,
|
71 |
title={WebFace260M: A Benchmark Unveiling the Power of Million-scale Deep Face Recognition},
|