clovaai / CutMix-PyTorch

Official Pytorch implementation of CutMix regularizer
MIT License
1.22k stars 159 forks source link

Any COCO pretrained models Yet? #35

Open Eldad27 opened 3 years ago

Eldad27 commented 3 years ago

Hi, was wondering if you have any COCO pre-trained models (and withFPN) for cutmix regularization under pytorch implementation yet? Any plans for future updates?

hellbell commented 3 years ago

@Eldad27 Unfortunately, we don't have any plan to train and provide object detection models using CutMix now. Currently, only the ImageNet-pretrained models are available which can be fine-tuned for downstream tasks.