Bouseng
Results
1
issues of
Bouseng
coco.py ```python if self.load_mosaic and not isval: img4, labels4, bbox4 = load_mosaic(self, idx) meta['img_info']['height'] = img4.shape[0] meta['img_info']['width'] = img4.shape[1] meta['img'] = img4 meta['gt_labels'] = labels4 meta['gt_bboxes'] = bbox4 meta =...