Closed PPeanutButter closed 3 years ago
@PPeanutButter Thank you for your feedback, we will test it on VOC.
@PPeanutButter Please do not use RepeatDataset for now, you can directly modify ConcatDataset
to VOCDataset
on the yolox_tiny configuration we provide and then adjust the corresponding parameters.
@PPeanutButter Please do not use RepeatDataset for now, you can directly modify
ConcatDataset
toVOCDataset
on the yolox_tiny configuration we provide and then adjust the corresponding parameters.
Thanks for the solution very much, I will try it later. So, MultiImageMixDataset is kind of extend of ConcatDataset?
@PPeanutButter Please do not use RepeatDataset for now, you can directly modify
ConcatDataset
toVOCDataset
on the yolox_tiny configuration we provide and then adjust the corresponding parameters.Thanks for the solution very much, I will try it later. So, MultiImageMixDataset is kind of extend of ConcatDataset?
Yes
这是我原始的可以用的
根据yolox加入MixUp, ignore dataset path, hidden for privacy
it says this
但是我没用ConcatDataset
Originally posted by @PPeanutButter in https://github.com/open-mmlab/mmdetection/issues/5916#issuecomment-909837180