Skip to content

Installing GluonCV (new MXNet?)

Andrew Escay edited this page Jun 18, 2018 · 1 revision

Install MXNet

anaconda/envs/[yourenviname]/bin/pip install --pre mxnet
or
anaconda3/envs/[yourenviname]/bin/pip install --pre mxnet

Install GluonCV

anaconda/envs/[yourenviname]/bin/pip install gluoncv
or
anaconda3/envs/[yourenviname]/bin/pip install gluoncv

Update:

Something's broken with the code, so avoid it for now. gluoncv.loss seems to be missing and cannot be run without it.

Clone this wiki locally