chart-info-yolo
收藏资源简介:
Chart Info YOLO数据集是一个包含注释金融图表屏幕截图的数据集,旨在训练能够检测UI元素的小型YOLO模型,这些UI元素用于下游的光学字符识别(OCR)任务。数据集包含两种类型的注释:图表顶部的标题块(symbol_title)和右侧价格轴上的圆形价格标签(last_price_pill)。数据集按照YOLO的经典结构组织,包括图片和标签文件,以及一个描述数据集划分的data.yml文件。
Chart Info YOLO Dataset is a collection of annotated financial chart screenshots, purpose-built to train lightweight YOLO models for detecting UI elements that facilitate downstream optical character recognition (OCR) tasks. The dataset includes two annotation categories: the symbol_title header block at the top of the chart, and the circular last_price_pill price labels on the right-hand price axis. It is structured in the canonical YOLO directory format, comprising image files, label files, and a data.yml file that defines the dataset splits.
Chart Info YOLO 数据集概述
数据集基本信息
- 名称:Chart Info YOLO
- 任务类型:目标检测
- 许可证:Apache-2.0
- 语言:英语
- 数据规模:小型(n<1K)
数据集结构
数据特征
- image:图像数据
- split:数据分割标识
- bboxes:边界框坐标列表(float64)
- labels:标签列表(int64)
数据分割
| 分割类型 | 样本数量 | 数据大小 |
|---|---|---|
| 训练集 | 150 | 35,419,499 字节 |
| 验证集 | 40 | 9,066,986 字节 |
| 测试集 | 40 | 9,666,104 字节 |
总体统计
- 下载大小:54,148,967 字节
- 数据集大小:54,152,589 字节
数据内容
目标类别
- 类别0:symbol_title - 图表顶部的代码和名称标题块
- 类别1:last_price_pill - 右侧价格轴上的圆形价格标签(当前/最后价格)
数据来源
- 图像来源于金融图表截图(如TradingView)
- 原始图像样本来自:https://huggingface.co/datasets/StephanAkkerman/stock-charts
数据格式
目录结构
images/ train/.png val/.png test/.png labels/ train/.txt val/.txt test/.txt data.yml
标签格式
<class_id> <x_center> <y_center> <width> <height>
- 所有坐标已归一化到[0, 1]范围
- 部分图表未标注(仅标注TradingView图表)
用途
- 检测图表UI元素(symbol_title, last_price_pill)
- 裁剪元素用于OCR提取代码、名称和当前价格
相关标签
yolo、finance、trading、charts、object-detection、chart-object-detection、financial-chart、financial-chart-analysis、financial-charts、financial-charts-analysis




