Unrecognized variable name with selectLabels
显示 更早的评论
Hi everyone,
I'm trying to create a thermal images face detection. So I used the Image Labeler App for creating my ground truth data.
After testing this code on my gTruth object:
imageDir = fullfile('Dataset', 'Balage', 'Expression', 'exp1');
addpath(imageDir);
load('gTruth.mat','gTruth');
faceGroundTruth = selectLabels(gTruth, 'Face');
I have this error :
Error using groundTruth/selectLabels (line 279) Unrecognized variable name 'Face'.
Error in classifier_test (line 8) faceGroundTruth = selectLabels(gTruth, 'Face');
I don't understand why, because after looking to gTruth.LabelDefinitions, 'Face' is defined...
Thank you in advance for you help !
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!