Francesco/hand-gestures-jps7z
收藏Hugging Face2023-03-30 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Francesco/hand-gestures-jps7z
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: image_id
dtype: int64
- name: image
dtype: image
- name: width
dtype: int32
- name: height
dtype: int32
- name: objects
sequence:
- name: id
dtype: int64
- name: area
dtype: int64
- name: bbox
sequence: float32
length: 4
- name: category
dtype:
class_label:
names:
'0': hand-gestures
'1': 0
'2': 1
'3': 2
'4': 3
'5': 4
'6': 5
'7': 6
'8': 7
'9': 8
'10': 9
'11': 10
'12': 11
'13': 12
'14': 13
annotations_creators:
- crowdsourced
language_creators:
- found
language:
- en
license:
- cc
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- object-detection
task_ids: []
pretty_name: hand-gestures-jps7z
tags:
- rf100
---
# Dataset Card for hand-gestures-jps7z
** The original COCO dataset is stored at `dataset.tar.gz`**
## Dataset Description
- **Homepage:** https://universe.roboflow.com/object-detection/hand-gestures-jps7z
- **Point of Contact:** francesco.zuppichini@gmail.com
### Dataset Summary
hand-gestures-jps7z
### Supported Tasks and Leaderboards
- `object-detection`: The dataset can be used to train a model for Object Detection.
### Languages
English
## Dataset Structure
### Data Instances
A data point comprises an image and its object annotations.
```
{
'image_id': 15,
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>,
'width': 964043,
'height': 640,
'objects': {
'id': [114, 115, 116, 117],
'area': [3796, 1596, 152768, 81002],
'bbox': [
[302.0, 109.0, 73.0, 52.0],
[810.0, 100.0, 57.0, 28.0],
[160.0, 31.0, 248.0, 616.0],
[741.0, 68.0, 202.0, 401.0]
],
'category': [4, 4, 0, 0]
}
}
```
### Data Fields
- `image`: the image id
- `image`: `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`
- `width`: the image width
- `height`: the image height
- `objects`: a dictionary containing bounding box metadata for the objects present on the image
- `id`: the annotation id
- `area`: the area of the bounding box
- `bbox`: the object's bounding box (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format)
- `category`: the object's category.
#### Who are the annotators?
Annotators are Roboflow users
## Additional Information
### Licensing Information
See original homepage https://universe.roboflow.com/object-detection/hand-gestures-jps7z
### Citation Information
```
@misc{ hand-gestures-jps7z,
title = { hand gestures jps7z Dataset },
type = { Open Source Dataset },
author = { Roboflow 100 },
howpublished = { \url{ https://universe.roboflow.com/object-detection/hand-gestures-jps7z } },
url = { https://universe.roboflow.com/object-detection/hand-gestures-jps7z },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { nov },
note = { visited on 2023-03-29 },
}"
```
### Contributions
Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.
提供机构:
Francesco
原始信息汇总
数据集概述
数据集名称
- pretty_name: hand-gestures-jps7z
数据集特征
- features:
image_id: 整数类型,用于标识图像。image: 图像类型,包含实际的图像数据。width: 整数类型,表示图像的宽度。height: 整数类型,表示图像的高度。objects: 序列类型,包含多个对象的详细信息:id: 整数类型,对象的标识符。area: 整数类型,对象的区域大小。bbox: 序列类型,包含4个浮点数的边界框,表示对象的位置和大小。category: 类别标签,具体类别包括手势等。
数据集结构
- Data Instances:
- 每个数据点包括一个图像及其对象的注释。
- 示例数据结构如README文件中所示。
数据字段
image: 图像标识符。image:PIL.Image.Image对象,包含图像数据。width: 图像宽度。height: 图像高度。objects: 字典,包含图像中对象的边界框元数据。id: 注释ID。area: 边界框的面积。bbox: 对象的边界框。category: 对象的类别。
注释者
- 注释者为Roboflow用户。
语言
- language: 英语
任务类别
- task_categories: 对象检测



