Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make datasets available on HF #4

Open
NielsRogge opened this issue Sep 13, 2024 · 0 comments
Open

Make datasets available on HF #4

NielsRogge opened this issue Sep 13, 2024 · 0 comments

Comments

@NielsRogge
Copy link

Hi @KupynOrest,

Niels here from the open-source team at Hugging Face. Congrats on your work and the ECCV Oral! I discovered your work from its paper page: https://huggingface.co/papers/2406.08249.

Would you be interested in providing the augmented datasets on the hub? So that people can do:

from datasets import load_dataset

dataset = load_dataset("your-hf-username-or-organization/coco-augmented-car")

Based on this guide: https://huggingface.co/docs/datasets/image_dataset#object-detection.

This way, people can load it in 2 lines of code, and view the dataset directly in the browser as shown for this dataset for instance: https://huggingface.co/datasets/detection-datasets/coco.

This way, people will also find your work easier at https://huggingface.co/datasets?task_categories=task_categories:object-detection (we can add tags like "object-detection" to your datasets).

We can then also link the dataset to https://huggingface.co/papers/2406.08249.

Let us know if you are interested/need any help.

Cheers,

Niels
ML Engineer @ HF 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant