LogoDet-3K dataset aims on logotype (image) detection task.
LogoDet-3K consists of thousand images with brands' logotypes and their bounding boxes. This dataset aims to help train logotype detection models.
You can download this dataset by the following command (make sure that you have installed Huggingface Datasets):
from datasets import load_dataset
dataset =… See the full description on the dataset page:
https://huggingface.co/datasets/axonstan/LogoDet-3K.