Link dataset to paper, add tags

#1
by nielsr HF staff - opened

Hi,

Niels here from the open-source team at HF. Congrats on having your work accepted as an ECCV Oral.

This PR aims to improve the discoverability of your work by linking it to https://huggingface.co/papers/2407.11294 and adding appropriate tags.

Btw, have you considered making your dataset available through the Datasets library? See here for a guide: https://huggingface.co/docs/datasets/loading.

This way, people could do:

from datasets import load_dataset

dataset = load_dataset("Arking95/COHO")

# access first row
example = dataset["train"][0]

Cheers!

Hi Niels,

Thanks for the suggestion. I just tentatively add some links and tags.

Would you help me make the dataset available through Datasets library?

Best,
Liu

Sure, would you be interested in trying out this guide? https://huggingface.co/docs/datasets/image_dataset.

Let me know if you face any issues

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment