ilee0022/Caltech-256
收藏Hugging Face2024-04-20 更新2024-04-21 收录
下载链接:
https://hf-mirror.com/datasets/ilee0022/Caltech-256
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: int64
- name: text
dtype: string
splits:
- name: train
num_bytes: 932793797.0
num_examples: 24791
- name: test
num_bytes: 120168332.0
num_examples: 3061
- name: validation
num_bytes: 107180687.0
num_examples: 2755
download_size: 1147593917
dataset_size: 1160142816.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
This is the huggingface format of : https://data.caltech.edu/records/nyy15-4j048. Please cite the original author of the dataset
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** [More Information Needed]
- **Funded by [optional]:** [More Information Needed]
- **Shared by [optional]:** [More Information Needed]
- **Language(s) (NLP):** [More Information Needed]
- **License:** [More Information Needed]
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
### Direct Use
<!-- This section describes suitable use cases for the dataset. -->
[More Information Needed]
### Out-of-Scope Use
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
[More Information Needed]
## Dataset Structure
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
[More Information Needed]
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
[More Information Needed]
### Source Data
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
#### Data Collection and Processing
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
[More Information Needed]
#### Who are the source data producers?
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
[More Information Needed]
### Annotations [optional]
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
#### Annotation process
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
[More Information Needed]
#### Who are the annotators?
<!-- This section describes the people or systems who created the annotations. -->
[More Information Needed]
#### Personal and Sensitive Information
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
[More Information Needed]
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
[More Information Needed]
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
## Citation [optional]
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
[ @misc{griffin_holub_perona_2022, title={Caltech 256}, DOI={10.22002/D1.20087}, abstractNote={We introduce a challenging set of 256 object categories containing a total of 30607 images. The original Caltech-101 was collected by choosing a set of object categories, downloading examples from Google Images and then manually screening out all images that did not fit the category. Caltech-256 is collected in a similar manner with several improvements: a) the number of categories is more than doubled, b) the minimum number of images in any category is increased from 31 to 80, c) artifacts due to image rotation are avoided and d) a new and larger clutter category is introduced for testing background rejection. We suggest several testing paradigms to measure classification performance, then benchmark the dataset using two simple metrics as well as a state-of-the-art spatial pyramid matching algorithm. Finally we use the clutter category to train an interest detector which rejects uninformative background regions.}, publisher={CaltechDATA}, author={Griffin, Gregory and Holub, Alex and Perona, Pietro}, year={2022}, month={Apr} }]
**APA:**
[More Information Needed]
## Glossary [optional]
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
[More Information Needed]
## More Information [optional]
[More Information Needed]
## Dataset Card Authors [optional]
[More Information Needed]
## Dataset Card Contact
[More Information Needed]
---
dataset_info: 数据集信息
features:
- name: 图像(image)
dtype: 图像类型
- name: 标签(label)
dtype: 64位整数类型
- name: 文本(text)
dtype: 字符串类型
splits:
- name: 训练集(train)
num_bytes: 932793797.0
num_examples: 24791
- name: 测试集(test)
num_bytes: 120168332.0
num_examples: 3061
- name: 验证集(validation)
num_bytes: 107180687.0
num_examples: 2755
download_size: 1147593917
dataset_size: 1160142816.0
configs:
- config_name: 默认配置(default)
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
# 数据集名称的数据集卡片
<!-- 简要介绍该数据集 -->
本数据集为链接 https://data.caltech.edu/records/nyy15-4j048 的Hugging Face格式版本,请引用该数据集的原作者。
## 数据集详情
### 数据集描述
<!-- 详细介绍数据集内容 -->
- **整理方**:[需补充更多信息]
- **资助方(可选)**:[需补充更多信息]
- **共享方(可选)**:[需补充更多信息]
- **自然语言处理所用语言(可选)**:[需补充更多信息]
- **许可证**:[需补充更多信息]
### 数据集来源(可选)
<!-- 提供数据集的基础链接 -->
- **代码仓库**:[需补充更多信息]
- **相关论文(可选)**:[需补充更多信息]
- **演示示例(可选)**:[需补充更多信息]
## 数据集用途
<!-- 说明该数据集的预期使用场景 -->
### 直接使用场景
<!-- 描述该数据集的适用用例 -->
[需补充更多信息]
### 超出适用范围的使用场景
<!-- 说明误用、恶意使用,以及该数据集无法良好适配的使用场景 -->
[需补充更多信息]
## 数据集结构
<!-- 描述数据集的字段,以及数据划分的标准、数据点间的关系等额外信息 -->
[需补充更多信息]
## 数据集构建
### 构建动机
<!-- 创建该数据集的动机 -->
[需补充更多信息]
### 源数据
<!-- 描述源数据(例如新闻文本与标题、社交媒体帖子、翻译后的句子等) -->
#### 数据收集与处理流程
<!-- 描述数据收集与处理过程,例如数据选择标准、过滤与归一化方法、使用的工具与库等 -->
[需补充更多信息]
#### 源数据生产者
<!-- 描述最初创建该数据的个人或系统。若可获取源数据创建者的自我报告的人口统计或身份信息,也应在此处说明 -->
[需补充更多信息]
### 标注信息(可选)
<!-- 若数据集包含非初始数据收集阶段的标注信息,请在此部分描述 -->
#### 标注流程
<!-- 描述标注流程,例如过程中使用的标注工具、标注数据量、提供给标注人员的标注指南、标注者间统计结果、标注验证方式等 -->
[需补充更多信息]
#### 标注人员
<!-- 描述创建标注的个人或系统 -->
[需补充更多信息]
#### 个人与敏感信息
<!-- 说明数据集是否包含可被视为个人、敏感或私密的数据(例如揭示地址、唯一可识别的姓名或别名、种族或族裔起源、性取向、宗教信仰、政治观点、财务或健康数据等)。若已对数据进行匿名化处理,请描述匿名化流程 -->
[需补充更多信息]
## 偏差、风险与局限性
<!-- 本部分用于说明技术与社会技术层面的局限性 -->
[需补充更多信息]
### 建议
<!-- 本部分用于针对偏差、风险与技术局限性给出建议 -->
用户应知晓该数据集存在的风险、偏差与局限性,需补充更多信息以形成完善的使用建议。
## 引用信息(可选)
<!-- 若存在介绍该数据集的论文或博客文章,请在此处提供其APA和BibTeX格式的引用信息 -->
**BibTeX格式**:
@misc{griffin_holub_perona_2022, title={"Caltech 256"}, DOI={"10.22002/D1.20087"}, abstractNote={我们提出了一个包含256个物体类别的具有挑战性的数据集,总计30607张图像。最初的Caltech-101数据集通过选定一组物体类别,从谷歌图片下载示例,随后手动筛选掉不符合类别的图像而构建。Caltech-256以类似方式收集并进行了多项改进:a) 类别数量翻倍有余;b) 每个类别的最小图像数量从31提升至80;c) 避免了图像旋转带来的伪影;d) 新增了一个更大的杂类类别以测试背景剔除能力。我们提出了多种测试范式以评估分类性能,并使用两种简单指标以及最先进的空间金字塔匹配(Spatial Pyramid Matching)算法对该数据集进行了基准测试。最后我们利用该杂类类别训练了一个兴趣检测器,可剔除无信息的背景区域。}, publisher={CaltechDATA}, author={Griffin, Gregory and Holub, Alex and Perona, Pietro}, year={2022}, month={Apr} }
**APA格式**:[需补充更多信息]
## 术语表(可选)
<!-- 若有需要,可在此处添加可帮助读者理解数据集或数据集卡片的术语与计算公式 -->
[需补充更多信息]
## 更多信息(可选)
[需补充更多信息]
## 数据集卡片作者(可选)
[需补充更多信息]
## 数据集卡片联系人
[需补充更多信息]
提供机构:
ilee0022
原始信息汇总
数据集概述
数据集特征
- image: 图像数据类型
- label: 整数数据类型(int64)
- text: 字符串数据类型
数据集分割
- 训练集: 包含24791个样本,总大小为932793797字节
- 测试集: 包含3061个样本,总大小为120168332字节
- 验证集: 包含2755个样本,总大小为107180687字节
数据集大小
- 下载大小: 1147593917字节
- 数据集总大小: 1160142816字节
配置文件
- 默认配置: 包含训练、测试和验证数据的路径配置
- 训练数据路径:
data/train-* - 测试数据路径:
data/test-* - 验证数据路径:
data/validation-*
- 训练数据路径:



