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 🤗
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:
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 🤗