tornadomeet / mxnet-face

Using mxnet for face-related algorithm.
Apache License 2.0
546 stars 204 forks source link

Error predicting the face attribute #29

Open EdwardChou opened 8 years ago

EdwardChou commented 8 years ago

when I run the script

python -u predict.py --img ./crowd.jpg

to predict face attribute, I got the error:

INFO:root:Namespace(gpus=None, img='./crowd.jpg', model_load_epoch=82, model_load_prefix='../model/lightened_moon/lightened_moon_fuse', opencv='../model/opencv/cascade.xml', pad=None, size=128) [15:05:33] /home/xz/dev/mxnet/dmlc-core/include/dmlc/logging.h:235: [15:05:33] src/operator/operator.cc:19: Cannot find Operator MoonOutput in registry

Probably some operator define files were missing and cannot be recognized by MXNet. Has anyone managed to resolve this issue?

Thanks, Edward

vj-1988 commented 7 years ago

I am also facing the same issue. Has any one found a fix to this?

tornadomeet commented 7 years ago

hello, do you use my face branch of mxnet(https://github.com/tornadomeet/mxnet/tree/face)? moon operator files is in https://github.com/tornadomeet/mxnet/blob/face/src/operator/

arunsubk commented 2 years ago

Hi Wei, Thanks for this repo. Your branch of mxnet not available anymore as the above links are dead. Could you please help?