wildavatar / WildAvatar_Toolbox

[ArXiv 2024] WildAvatar: Web-scale In-the-wild Video Dataset for 3D Avatar Creation
https://wildavatar.github.io/
Other
86 stars 4 forks source link

Make dataset available on HF #2

Open NielsRogge opened 3 months ago

NielsRogge commented 3 months ago

Hi there,

Congrats on releasing this dataset! Niels here from the open-source team at Hugging Face. I was wondering whether you would be up for making your dataset available on the hub, such that people can do:

from datasets import load_dataset

dataset = load_dataset("your-hf-username/wildavatar")

? This would also ensure a dataset viewer, which allows people to easily discover and read the first few rows of the dataset in the browser.

See here for a guide: https://huggingface.co/docs/datasets/loading.

See here for an example video dataset: https://huggingface.co/datasets/TencentARC/MiraData

wildavatar commented 3 months ago

Thanks for your interest and insightful advice! WildAvatar will be uploaded to Hugging Face soon.