open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.84k stars 1.63k forks source link

Pretrained torchvision models and BNInception backbone #681

Open MichelMajdalani opened 3 years ago

MichelMajdalani commented 3 years ago

Thank you

ZwwWayne commented 3 years ago

You can use torchvision://inception_v3 to use the pre-trained inception backbone. However, for now, we do not implement inception models in MMCV. We may support this in the future release.