vggface100
Download and create a 100 class subset of VGGFace dataset
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.4%) to scientific vocabulary
Repository
Download and create a 100 class subset of VGGFace dataset
Basic Info
- Host: GitHub
- Owner: sangamesh-kodge
- License: apache-2.0
- Language: Shell
- Default Branch: master
- Size: 4.88 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
Readme.md
VGGFace100
This project preprocess the VGGFace dataset to obtain Subset called VGGFace100 dataset.
VGGFace100 - 100 class subset of VGGFace dataset. In this dataset reserves the last 25 images from each class for testing.
Below is the final directory structure for the final dataset.(Here xxx ranges for 001 to 100 indicating the class number):
└── VGGFace100
├── train
| ├── n000xxx
| └── ...
|
└── test
| ├── n0000xx
| └── ...
|
└── create_dataset.sh
└── Readme.md
└── Citation.cff
└── LICENSE
Instructions
- Clone this repository
- Navigate to the root of this project
Run the following command in your terminal/command prompt:
bash sh create_dataset.sh
Citation
Kindly cite the repository if you use the code. Thanks!
APA
Kodge, S. (2024). VGGFace100 [Computer software]. https://github.com/sangamesh-kodge/VGGFace100
Bibtex
@software{Kodge_VGGFace100_2024,
author = {Kodge, Sangamesh},
month = feb,
title = {{VGGFace100}},
url = {https://github.com/sangamesh-kodge/VGGFace100},
year = {2024}
}
Owner
- Login: sangamesh-kodge
- Kind: user
- Repositories: 1
- Profile: https://github.com/sangamesh-kodge
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Kodge" given-names: "Sangamesh" orcid: "https://orcid.org/0000-0001-9713-5400" title: "VGGFace100" date-released: 2024-2-7 url: "https://github.com/sangamesh-kodge/VGGFace100"