In my base Anaconda 3+ Environment,
pip install gluoncv
pip install mxnet
Download model from https://modelzoo.co/model/ssd-mxnet, This step was not required, Figured out later this was due to below package issues scipy and matplotlib.
Error in Call back
pip uninstall scipy
pip install scipy
pip uninstall matplotlib
pip install matplotlib
Below is example code
Data gets downloaded to location
C:\Users\#user#\.mxnet\models
The Output example is
Happy Mastering DL!!!
March 07, 2019
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment