Can I upload data created with Image Labelar to Deep Network Designer?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a problem uploading data to deep network designer. The application is reporting an error.
Can anyone please advise me?
0 件のコメント
回答 (1 件)
KSSV
2021 年 3 月 23 日
The error says there are no labls in the imagedatastore. Try this while making imagedatastore.
imds = imageDatastore(trainImagesDir, 'LabelSource','foldernames','FileExtensions',exts);
参考
カテゴリ
Help Center および File Exchange で Pattern Recognition and Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!