Markkic

Results 2 issues of Markkic

我在使用自己的数据集进行训练时,将没有目标的图像也加入进训练集,但是执行时会报错: dataset.py: class Yolo_dataset(Dataset): def __init__(self, lable_path, cfg, train=True): super(Yolo_dataset, self).__init__() if cfg.mixup == 2: print("cutmix=1 - isn't supported for Detector") raise elif cfg.mixup == 2 and cfg.letter_box: print("Combination: letter_box=1...

### Search before asking - [X] I have searched the YOLOAir [issues](https://github.com/iscyy/yoloair/issues) and found no similar questions. ### Question when I used the "yolo5s_acmix.yaml" from the project. I added the...

question