YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
278 stars 39 forks source link

bug: yolox/data/datasets/mosaicdetection.py 中 MosaicDetection_VID 类中参数名dataset_path #61

Open xg416 opened 12 months ago

xg416 commented 12 months ago

get_mixup_idx(self, path), get_mosic_idx(self,path)两个函数都使用了self.dataset_pth,应该是self.dataset_path吧,仅供参考