Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
2 ビュー (過去 30 日間)
古いコメントを表示
pathToRecordingsFolder = fullfile(tempdir,'free-spoken-digit-dataset-master','recordings');
location = pathToRecordingsFolder;
Point audioDatastore to that location.
ads = audioDatastore(location);
Cannot find files or folders matching: 'C:\Users\Computer Complex\AppData\Local\Temp\free-spoken-digit-dataset-master\recordings'.
facing error while runing this code how to load fsd data or what to do
3 件のコメント
Jan
2022 年 7 月 14 日
Correct. If there is no such data set in your personal temp folder, the code cannot run.
Please mention, what "taken from Matlab" exactly means.
採用された回答
jibrahim
2022 年 7 月 14 日
This dataset does not ship with the product. The introduction/description of this example should have the info on where to download it from
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で AI for Signals and Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!