cellからunit8への変換
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
上の例を実行したところCamVid データのリサイズのところで画像のようなエラーが発生しました.このエラーの対処法を教えてください
0 Commenti
Risposta accettata
Naoya
il 5 Dic 2019
ご覧頂いているToolbox の例題は R2018a 用の様ですが、
最新バージョンである R2019b をご利用頂いているようでしたら、
該当の resizeCamVidPixelLabels.m の 19行目は、
L = uint8(C);
ではなく、
L = uint8(C{1});
と変更されております。
一度、上記のように変更頂いて症状が改善されるかご確認できますでしょうか?
3 Commenti
Tony Kanamori
il 8 Mar 2020
Medical Image Segmentation Using SegNet
ここで提供されているソースにも同じ内容が含まれているので、同じ対応で良いということですね。
ありがとうございます。
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!