SaiCharithaAkula21/sample_dataset2
收藏Hugging Face2024-05-18 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/SaiCharithaAkula21/sample_dataset2
下载链接
链接失效反馈官方服务:
资源简介:
# Sample Image Dataset
This is a sample dataset containing a few images and their labels.
## Structure
- `images/`: Contains the image files.
- `metadata.csv`: Contains the metadata with image filenames and labels.
## Usage
You can load this dataset using the `datasets` library.
```python
from datasets import load_dataset
dataset = load_dataset("username/sample_datset2")
提供机构:
SaiCharithaAkula21
原始信息汇总
Sample Image Dataset 概述
数据集结构
images/: 存储图像文件。metadata.csv: 包含图像文件名和标签的元数据。
使用方法
数据集可通过 datasets 库加载,使用以下 Python 代码:
python
from datasets import load_dataset
dataset = load_dataset("username/sample_datset2")



