필터 지우기
필터 지우기

How to feed labels in YOLO txt format into imageDataAugmenter?

조회 수: 10 (최근 30일)
Peiyu
Peiyu 2024년 4월 15일
답변: Taylor 2024년 4월 15일
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?

채택된 답변

Taylor
Taylor 2024년 4월 15일
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개)

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by