Closed sarmientoj24 closed 2 years ago
It should be .yolov6/dataset.py
Yes. But where in that spot should I put something like images, labels = self.albumentations(...)
https://github.com/meituan/YOLOv6/blob/main/yolov6/data/datasets.py#L141 either before/after/replaceimg, labels = random_affine(...)
I already instantiated albumentations. Where is the best place in the code it should be added?