Bubbles
Datasets
All datasets matching “Bubbles”manga_bubbles_detect
Manga Speech Bubble Detection Dataset
Dataset for detecting speech bubble locations in manga pages.2 671 images — 1 class: location-of-bubbles.
Dataset Structure
Split
Images
Labels
train
2 056
2 056
val
404
404
test
211
211
images/
train/ # 2056 × .jpg
val/ # 404 × .jpg
test/ # 211 × .jpg
labels/ # YOLO .txt, mirrors images/
dataset.yaml
manga_bubbles_detect.py # HF loading script
Annotation Format
YOLO —… See the full description on the dataset page: https://huggingface.co/datasets/PSImera/manga_bubbles_detect.mmk2luna-voss-pipelinebubble-sort
Bubble Sort Dataset
Randomly-generated integer sorting problems.
Similar in spirit to agentlans/dijkstra
but with the bubble sort algorithm, one of the simplest sorting algorithms.
Number of integers: 2 to 10
Range of each integer: [-100, 100)
Main Uses
Training and evaluating reasoning-capable language models
Identifying failed steps in the reasoning process
Limitations
The bubble sort algorithm is simple but inefficient.
In practice, using a language… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/bubble-sort.bubble_size_distribution
Dataset Labels
['bubble']
Number of Images
{'valid': 47, 'test': 32, 'train': 243}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("triangulum66/bubble_size_distribution", name="full")
example = ds['train'][0]
Roboflow Dataset Page
https://universe.roboflow.com/indian-institute-of-technology-guwahati/project-2-cylun/dataset/2
Citation
@misc{… See the full description on the dataset page: https://huggingface.co/datasets/triangulum66/bubble_size_distribution.bubbles_backgrounds
