Unfortunately, MobileNet V2 is not present in the MXNet Model Zoo. We will use two different GitHub repositories to get the symbol, params, and synset files.
Firstly, please navigate to the KeyKy Mobile Net repository (https://github.com/KeyKy/mobilenet-mxnet) and download the following two files:
- mobilenet_v2-0000.params
- mobilenet_v2-symbol.json
Next, navigate to the MobileNet Caffe implementation (https://github.com/shicai/MobileNet-Caffe) and download synset.txt.
Place all of the downloaded files into theĀ weights/mobilenet-v2 folder.