mxnet-face
mxnet-face copied to clipboard
Unable to perform Attribute Detetction
The attribute prediction script is failing at the following lline( I have downloaded the model).
_, arg_params, aux_params = mx.model.load_checkpoint(args.model_load_prefix, args.model_load_epoch)
Traceback (most recent call last):
File "predict.py", line 83, in
+1
+1
Has anyone figured this out?
I do this: git clone --brach face --recursive [email protected]:tornadomeet/mxnet.git make -j8 cd python python setup.py install
then i can use the attribute prediction code to predict attributions
+1
I did as what you did, but still not running the code. @ccc013
Does anyone have a solution installing it for GPU version?
I also fail to detect attributes. And the slightly changed mxnet branch link isn't available.