how to save ground truth data from video labeler as png files?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Yousra Ashfaq
le 28 Fév 2023
Réponse apportée : Anurag Ojha
le 14 Mar 2023
Hi all,
I am working on creating the ground truth for the UVG dataset, I am using the video labeler, but the ground truth is only saved as a .mat file. Is it possible to save the ground truth images as .png?
0 commentaires
Réponse acceptée
Anurag Ojha
le 14 Mar 2023
Hi, Yousra,
As you wish to export labeled ground truth to a “.png” file, I would like to share that it is only possible to export the labeled ground truth to a MAT-file or to a variable in the MATLAB workspace. In both cases, the labeled ground truth is stored as a groundTruth object. Since it is stored as an object, we cannot store it as a .png file . You can refer to MATLAB documentation of video labeler to explore more about it.
Hope it helps!
0 commentaires
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!