Datasets:
๐ Cric-360
Cricket Broadcast Ground Dataset โ Version 1.0
๐ The world's first large-scale, AI-cleaned cricket broadcast ground image dataset for computer vision research.
๐ Overview
Cric-360 v1.0 is a carefully curated collection of 3,558 broadcast-quality cricket ground frames extracted from real live match footage captured across ~20 international stadiums from Asia, Africa, SENA (South Africa, England, New Zealand, Australia), and beyond.
This is the initial release of an ongoing project. We plan to grow this dataset significantly over time with more venues, annotations, and modalities.
Unlike existing cricket datasets focused only on action recognition or ball tracking, Cric-360 targets the complete visual understanding of cricket broadcast scenes โ from ground segmentation to augmented reality overlays.
All images have been processed through a custom AI cleaning pipeline (LaMa inpainting) to remove broadcast overlays, providing clean, research-ready frames.
๐ Dataset Diversity
This is what makes Cric-360 stand out โ exceptional visual diversity across every dimension:
๐๏ธ Venue Coverage (~20 International Stadiums)
| Region | Coverage |
|---|---|
| ๐ Asia | Pakistan, India, Sri Lanka, Bangladesh, UAE stadiums |
| ๐ Africa | South Africa venues |
| ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ England | English grounds |
| ๐ฆ๐บ Australia / NZ | SENA region stadiums |
| ๐ Neutral venues | International hosted matches |
No single-venue bias โ the model trained on this data generalises across diverse cricket ground layouts and designs.
โ๏ธ๐ Lighting Conditions
| Condition | Description |
|---|---|
| โ๏ธ Day matches | Full sunlight, harsh shadows, bright outfield |
| ๐ Day-Night matches | Transitional lighting, mixed floodlight + sunlight |
| ๐ก Night matches | Full floodlight conditions, deep shadows |
| ๐ฅ๏ธ Overcast | Flat diffuse lighting, no hard shadows |
๐ท Camera Angles & Frame Types
| Frame Type | Description |
|---|---|
| ๐ญ Wide shots | Full ground view โ boundary to boundary |
| ๐น Medium shots | Mid-pitch, wicket-area focused |
| ๐ Close-up shots | Tight on pitch, crease, batting end |
| ๐ฅ Side-on angles | Traditional broadcast side camera |
| ๐๏ธ High cameras | Overhead / spider-cam perspectives |
| ๐ Low angles | Ground-level and near-boundary views |
๐ Shadow & Occlusion Diversity
| Shadow Type | Present |
|---|---|
| Player shadows on pitch | โ |
| Stadium / stand shadows | โ |
| Floodlight pole shadows | โ |
| Partial ground occlusion | โ |
| Carpet / pitch shadows | โ |
๐ Dataset at a Glance
| ๐ Property | ๐ Value |
|---|---|
| Total Images | 3,558 |
| Primary Resolution | 1920 ร 990โ1080 px |
| Format | JPEG |
| Stadiums | ~20 international venues |
| License | Apache 2.0 |
| Cleaning Method | LaMa AI inpainting + mirror-pad |
| Split Strategy | Random shuffle ยท seed = 42 |
| Train / Val / Test | 2,490 / 533 / 535 |
| Version | 1.0 (initial release) |
๐ Quality Breakdown
| Quality Tier | Count | % |
|---|---|---|
| ๐ข HD (โฅ1920ร1080) | 424 | 11.9% |
| ๐ต HD-Ready (โฅ1280ร720) | 3,072 | 86.3% |
| ๐ก SD (โฅ854ร480) | 61 | 1.7% |
| ๐ด Low | 1 | 0.0% |
| Total | 3,558 | 100% |
๐ฏ Applications & Use Cases
Cric-360 is designed to be a multi-purpose foundation dataset for cricket broadcast computer vision. Here is the full spectrum of what it enables:
๐ฌ Segmentation Tasks
| Task | How Cric-360 Helps |
|---|---|
| Ground Segmentation | Segment pitch, outfield, boundary rope, grass, stands |
| Player Segmentation | Isolate players against diverse ground textures |
| Shadow Segmentation | Diverse natural + artificial shadows for robust models |
| Pitch / Carpet Detection | Detect drop-in pitch surfaces vs. natural turf |
๐ฏ Detection & Tracking
| Task | How Cric-360 Helps |
|---|---|
| Ball Tracking | Ground-plane context for trajectory reconstruction |
| Player Tracking | Multi-camera perspective diversity for robust detectors |
| Boundary / Rope Detection | Identify playing field limits from broadcast views |
| Ad Board Detection | Locate physical and virtual advertisement boards |
๐บ๏ธ Geometry & Calibration
| Task | How Cric-360 Helps |
|---|---|
| Homography Estimation | Map broadcast frame โ top-down pitch diagram |
| Camera Calibration | Intrinsic/extrinsic estimation from broadcast footage |
| Camera Pose Estimation | Multi-angle diversity for pose recovery algorithms |
| 3D Ground Reconstruction | Depth and geometry from diverse camera positions |
๐ฎ Augmented Reality & Broadcast
| Task | How Cric-360 Helps |
|---|---|
| Virtual Advertisement Insertion | Clean ground plane for digital overlay placement |
| 3D Logo Placement | Ground surface estimation for AR brand overlays |
| Broadcast Enhancement | Scorebar / overlay repositioning pipelines |
| Virtual Pitch Replacement | Replace natural pitch with synthetic for broadcast |
๐ค Scene Understanding
| Task | How Cric-360 Helps |
|---|---|
| Depth Estimation | Monocular depth on complex stadium scenes |
| Scene Classification | Day/night, venue type, match phase classification |
| Lighting Estimation | Shadow diversity for outdoor scene illumination models |
| Domain Adaptation | Bridge synthetic โ real cricket scene distribution |
โจ What Makes Cric-360 Unique
| Feature | Details |
|---|---|
| ๐ฅ World's First | First publicly released cricket ground image dataset |
| ๐ ~20 Stadiums | Asia, Africa, SENA โ no venue bias |
| โ๏ธ๐ Day + Night | All lighting conditions covered |
| ๐ท All Angles | Wide, medium, close; side-on, high, low cameras |
| ๐ Shadow Diversity | Player, stadium, floodlight, and pitch shadows |
| ๐ค AI-Cleaned | LaMa inpainting removes all broadcast overlays |
| ๐ฏ Carpet Diversity | Drop-in pitch and natural turf frames |
| ๐ Bias-Free Splits | Randomly shuffled with seed=42 before split |
| ๐ Living Dataset | v1.0 โ actively maintained and expanded |
๐๏ธ Dataset Structure
Cric-360/
โโโ data/
โ โโโ train/ โ 2,490 images (70%)
โ โโโ val/ โ 533 images (15%)
โ โโโ test/ โ 535 images (15%)
โโโ metadata.csv โ Per-image metadata (all 3,558 rows)
โโโ README.md
๐ metadata.csv โ Column Reference
| Column | Type | Description |
|---|---|---|
file_name |
string | Path ยท e.g. data/train/frame_001.jpg |
split |
string | train / val / test |
width |
int | Image width in pixels |
height |
int | Image height in pixels |
resolution |
string | {width}x{height} |
quality |
string | HD / HD-Ready / SD / Low |
venue |
string | Stadium name (where identifiable) |
has_carpet |
string | yes / no / unknown |
image_mode |
string | PIL colour mode (RGB, etc.) |
format |
string | JPEG / PNG |
๐ Quick Start
Load with ๐ค Datasets
from datasets import load_dataset
ds = load_dataset("sarimshahzad/Cric-360")
print(ds)
# DatasetDict({
# train: Dataset({num_rows: 2490})
# val: Dataset({num_rows: 533})
# test: Dataset({num_rows: 535})
# })
# Access a sample
sample = ds["train"][0]
image = sample["image"] # PIL Image
print(image.size) # (1920, 990)
print(sample["quality"]) # 'HD-Ready'
# Filter by quality
hd = ds["train"].filter(lambda x: x["quality"] == "HD")
CLI Download
pip install huggingface_hub
huggingface-cli download sarimshahzad/Cric-360 --repo-type dataset --local-dir ./Cric-360
Git Clone
git lfs install
git clone https://huggingface.co/datasets/sarimshahzad/Cric-360
๐งน Dataset Cleaning Pipeline
Raw Broadcast Frame
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Step 1: TV Logo Removal โ LaMa inpainting on corner regions
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Step 2: Scorebar Removal โ Mirror-pad: reflects ground pixels
โ (bottom strip / overlays) โ giving LaMa photorealistic context
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Step 3: QA Verification โ Manual spot-check on inpainted zones
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
Clean Broadcast Frame โ
This is the first dataset to publicly document AI-based overlay removal as part of a sports broadcast dataset curation pipeline.
๐ Bias Prevention: Split Strategy
To ensure no temporal ordering or venue concentration bias between splits:
- All 3,558 images randomly shuffled (
random.seed(42)) - Split sequentially after shuffle: 70% train ยท 15% val ยท 15% test
- This prevents any single match or venue from dominating a split
๐ญ Version History & Roadmap
v1.0 โ Current Release (March 2025)
- โ 3,558 AI-cleaned broadcast frames
- โ ~20 international stadiums
- โ Day, day-night, and night conditions
- โ All camera angles and frame distances
- โ Full train/val/test split with metadata
๐ Planned โ v2.0 and Beyond
- ๐ฒ Semantic segmentation masks (ground, pitch, outfield, stands)
- ๐ฒ Player bounding box annotations
- ๐ฒ Homography ground-truth matrices (for registered pairs)
- ๐ฒ 10,000+ image target
- ๐ฒ Multi-match temporal sequences
- ๐ฒ Night-only subset with floodlight metadata
- ๐ฒ Carpet / no-carpet balanced labels verified by hand
Cric-360 is a living dataset. Star โญ the repo and watch for updates.
๐ Related Datasets
| Dataset | Domain | Notes |
|---|---|---|
| SoccerNet | Soccer | Broadcast video, action spotting |
| WorldCup2014 | Soccer | Homography / field registration |
| CricShot10 | Cricket | Shot classification only |
| DeepSport | Basketball | Court segmentation |
โ ๏ธ No comparable cricket ground dataset exists publicly. Cric-360 is the first.
๐ Citation
@dataset{cric360_2025,
author = {Shahzad, Sarim},
title = {Cric-360: A Cricket Broadcast Ground Dataset for Computer Vision (v1.0)},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/sarimshahzad/Cric-360},
note = {Version 1.0 โ initial release}
}
๐ฌ Contact & Contributions
| ๐ค HuggingFace | @sarimshahzad |
| ๐ Issues / Requests | Use the Community tab above |
| ๐ค Collaboration | Open to annotation partners and research collaborators |
Apache 2.0 โ Free for academic and commercial use with attribution.
This is v1.0 โ the beginning. We're just getting started. ๐
Made with โค๏ธ for the global computer vision research community.
- Downloads last month
- 24