We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I am also facing the same issue. Has any one found a fix to this?
Sorry, something went wrong.
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/
Hi Wei, Thanks for this repo. Your branch of mxnet not available anymore as the above links are dead. Could you please help?
No branches or pull requests
when I run the script
to predict face attribute, I got the error:
Probably some operator define files were missing and cannot be recognized by MXNet. Has anyone managed to resolve this issue?
Thanks,
Edward
The text was updated successfully, but these errors were encountered: