How can I pass ground truth objects with differing label sets to "objectDetectorTrainingData"?
Mostrar comentarios más antiguos
I have an array of ground truth objects that I want to pass to the "objectDetectorTrainingData" function. However, when I make a call to this function, I receive the following error message:
Error using objectDetectorTrainingData>checkGroundTruthLabelDefinitions (line 438)
Expected label definitions to have the same label names. Found a mismatch in element 2 of input groundTruth array.
I would have expected "objectDetectorTrainingData" to automatically take the union over all label sets, though this does not appear to be the case. Is there any workaround to achieve this workflow?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ground Truth Labeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!