cellからunit8への変換
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
上の例を実行したところCamVid データのリサイズのところで画像のようなエラーが発生しました.このエラーの対処法を教えてください
0 commentaires
Réponse acceptée
Naoya
le 5 Déc 2019
ご覧頂いているToolbox の例題は R2018a 用の様ですが、
最新バージョンである R2019b をご利用頂いているようでしたら、
該当の resizeCamVidPixelLabels.m の 19行目は、
L = uint8(C);
ではなく、
L = uint8(C{1});
と変更されております。
一度、上記のように変更頂いて症状が改善されるかご確認できますでしょうか?
3 commentaires
Tony Kanamori
le 8 Mar 2020
Medical Image Segmentation Using SegNet
ここで提供されているソースにも同じ内容が含まれているので、同じ対応で良いということですね。
ありがとうございます。
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!