How to feed labels in YOLO txt format into imageDataAugmenter?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Peiyu
el 15 de Abr. de 2024
Respondida: Taylor
el 15 de Abr. de 2024
I have label files in txt format. May I know how to feed the labels and image to imageDataAugmenter? Does the imageDataAugmenter automatically generate labels for the augmented images as well?
0 comentarios
Respuesta aceptada
Taylor
el 15 de Abr. de 2024
imageDataAugmenter does not take labels as input. You would include those when you're creating your original imageDatastore. Specifically, you should look at the "LabelSource" argument, or you can edit the "Labels" field directly.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!