dmlc / gluon-cv

Gluon CV Toolkit
http://gluon-cv.mxnet.io
Apache License 2.0
5.82k stars 1.21k forks source link

where is the pretrained models to download (eg: r2plus1d_v2_resnet152_kinetics400) #1750

Closed gjtjx closed 2 years ago

gjtjx commented 2 years ago

rt

bryanyzhu commented 2 years ago

When you specify PRETRAINED=True, GluonCV will download the model to a folder like .mxnet/models/. We actually port the model weights from VMZ, you can also take a look if you are interested, thanks.