R2018b update4 でpixelLabelDatastoreが動かない。
1 view (last 30 days)
Show older comments
R2018bにupdate4を適用したところ、以下のpixelLabelDatastoreを使ったスクリプトでエラーが出るようになりました。
pxds = pixelLabelDatastore('D:\data\DeepLearning\train_label', classNames, labelIDs);
C=read(pxds);
エラーメッセージは以下のとおりです。
"readData" が関数名かどうかを調べようとした時にエラーが発生しました。
エラー: matlab.io.datastore.PixelLabelDatastore/read (line 456)
[C, info] = read(this.ImageDatastore);
エラー: SegmentTest4_gpu2018b (line 29)
C=read(pxds);
原因:
'C:\Program Files\MATLAB\R2018b\bin\win64\sl_graphical_classes.dll' を再読み込みできません
対処方法はありますでしょうか。
よろしくお願いいたします。
1 Comment
Kazuya
on 26 Apr 2019
Edited: Kazuya
on 26 Apr 2019
検索してみたところ
でも同じエラーメッセージが報告されていますが、解決策はまだついていないみたいです。
全く同じ現象かわかりませんが、同じ sl_graphical_classes.dll が関連する Bug Report も見つかりました。
Windows 10 users can update to Dell Backup and Recovery 1.9 or later. ということで、Windows 10 であれば Bell Backup and Recovery をバージョンアップすることで解決するとの記載もあります。
Answers (0)
See Also
Categories
Find more on リサンプリングの手法 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!