SaiCharithaAkula21/dataset4
收藏官方服务:
资源简介:
# Sample Image Dataset test change!!! 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_dataset")
提供机构:
SaiCharithaAkula21原始信息汇总
样本图像数据集概述
数据集结构
images/: 包含所有图像文件。metadata.csv: 包含图像文件名及其对应的标签信息。
使用方法
本数据集可通过datasets库加载,具体代码如下:
python from datasets import load_dataset
dataset = load_dataset("username/sample_dataset")



