CIFAR - 10 dataset kaggle

4 ビュー (過去 30 日間)
Muhammad Zohaib Jan
Muhammad Zohaib Jan 2019 年 7 月 12 日
How can I read CIFAR-10 dataset from Kaggle. I want to test my CNN with kaggle dataset. They have a folder with all images named from 1 to 50000, and a separate CSV file with labels. Same for test but no label file. I did use the imageDatastore to read the folder but how can I provide the labels ?
Please help
  2 件のコメント
KSSV
KSSV 2019 年 7 月 12 日
REad bout the function...you need to provide labels in a csv file. There is an option to provide labels.
Muhammad Zohaib Jan
Muhammad Zohaib Jan 2019 年 7 月 12 日
I did. It has an option of labelsource but that does not take a csv file as input. Sorry if its a newb question I just started working with images

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2019 年 7 月 12 日
When you use imageDataStore, use 'labelsource', 'none' . But after you create the object, set its Labels property to a cell array of character vectors (or to a string() array) of data that you read in from the csv .
  1 件のコメント
Muhammad Zohaib Jan
Muhammad Zohaib Jan 2019 年 7 月 12 日
Worked beutifully, thank you so much.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Deep Learning Toolbox についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by