tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
does the model support mosaic data enhancement
Hello, does the model support mosaic data enhancement?
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