R2018b update4 でpixelLabelDatastoreが動かない。
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
検索してみたところ
でも同じエラーメッセージが報告されていますが、解決策はまだついていないみたいです。
全く同じ現象かわかりませんが、同じ 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)
Categories
Find more on Licensing on Cloud Platforms 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!