Search code examples
mxnet

Where to download MXNet pre-trained model file final-0000.params


I followed the tutorial of object detection in mxnet, http://mxnet.io/tutorials/computer_vision/detection.html but I don't download the pretrained network and place the extracted file final-0000.params. Where place I can find the file to download in the Internet?


Solution

  • You can find instructions for downloading the model params for a variety of pre-trained models here: https://github.com/dmlc/mxnet-model-gallery and the model files themselves are hosted here: http://data.dmlc.ml/models/

    You can pick from a variety of pre-trained models that have varying levels of complexity (computational cost) and accuracy, as well as picking between having 1,000 classes in the standard ImageNet ILSVRC-2012 task, or the full 21,000 class dataset which is more expressive. Note that the exact filename of the params file varies.