How to feed labels in YOLO txt format into imageDataAugmenter?
3 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!