tensorflow-yolov4-tflite icon indicating copy to clipboard operation
tensorflow-yolov4-tflite copied to clipboard

does the model support mosaic data enhancement

Open joe660 opened this issue 4 years ago • 1 comments

Hello, does the model support mosaic data enhancement?

joe660 avatar Mar 21 '21 09:03 joe660

you can use YoloV4 or YoloV5 mosaic class (getitem function will output all mosaic images and corresponding labels) to generate mosaic data, but you need to translate labels to label.txt here is my source code https://github.com/cuteboyqq/image_processing/blob/main/mosaic.py

cuteboyqq avatar Aug 04 '22 06:08 cuteboyqq