Exporting the ground truth file in Image labeler isn't working as expected.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Akshatha Doddabyaladakere Nagaraju
el 7 de Ag. de 2022
Respondida: yanqi liu
el 9 de Ag. de 2022

Exported .mat file contains 'gTruth' struct but the structure has empty 'DataScource', 'LabelDefinitions' and 'LabelData' values.
If I export the labeled image directly to workspace, It is exported as expected to a variable.

I am following steps as given in the documentation and I have also checked couple of videos. But the Ground truth .mat file is empty.
0 comentarios
Respuestas (1)
yanqi liu
el 9 de Ag. de 2022
yes,sir,may be use
save data.mat
or
save data.mat DataSource LabelDefinitions LabelData
wait it done,and then check the data.mat file size
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!