BoxLabelDatastore - BoxFormatValidationError: Wrong format of first column
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Odo Luo
am 20 Nov. 2022
Beantwortet: Odo Luo
am 21 Nov. 2022
I have a cell ctBoxesAndLabel with two columns. The first one in a M by 4 format, where M is the number of boxes in each table element. The second column in a 1xM format.
I try to do a BoxLabelDatastore with following code:
t = cell2table(ctBoxesAndLabel,'VariableNames',{'Boxes','Labels'});
lockds= boxLabelDatastore(t);
but it still complains about the wrong format of column one.
What is my mistake ?
Update:
I also treid to convert the cell in column 1 to doubles but still getting an error in row 3 (see ctBoxesAndLabel2.m)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!