teaching-clip-to-count / teaching-clip-to-count.github.io

11 stars 0 forks source link

Added CountBench to HuggingFace Datasets #2

Open NielsRogge opened 1 year ago

NielsRogge commented 1 year ago

Hi,

I've uploaded CountBench as a HF dataset. You can directly view the images in the browser: https://huggingface.co/datasets/nielsr/countbench.

To load, simply do:

# pip install datasets
from datasets import load_dataset

dataset = load_dataset("nielsr/countbench")

Btw do you plan to release the image-text dataset used to improve counting CLIP? Would be cool to host it on HF datasets as well, the LAION datasets for instance are also there: https://huggingface.co/laion