mxnet-face icon indicating copy to clipboard operation
mxnet-face copied to clipboard

Using mxnet for face-related algorithm.

Results 29 mxnet-face issues
Sort by recently updated
recently updated
newest added

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:...

Hi I am trying to fine tune lightened_cnn model for face recognition purpose on my own dataset. My data shape is (3,128,128) and when I run the code I get...

I have cloned the 'face' branch, but still get this error? INFO:root:Namespace(batch_size=384, data_dir='./', gpus='0', kv_store='local', list_dir='/data/celeba_dababase/moon_mxnet/im2rec/', lr=0.05, model_load_epoch=0, model_load_prefix='../model/lightened_moon/lightened_moon', model_save_prefix='../model/lightened_moon/lightened_moon_fuse', num_examples=159923, retrain=False) Traceback (most recent call last): File "lightened_moon.py", line...

Hello, I encountered the error messages with the following comment: python -u predict.py --img aaa.jpg /home/user/mxnet/lib/python3.6/distutils/__init__.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation...

Hi thank you for relaease your code~~~ When I use your code to train CelebraA dataset ,,When training It will raise a debug about multi_binary_acc not register.~~~ can you give...

Hi, As you list in git, if we want to use mxnet-face for face attribute prediction train or test, we need to use tree face of mxnet, but this repo...

The face branch is not available now. Could you pls update the link or send me a copy of moon-loss? thank you

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,...

hi, I am following steps for installing mxnet-face. I am stuck on the following step: "**download mxnet-face-fr50-0000.params,mxnet-face-fr50-symbol.json and put them into detection directory.**" The two files which are required are...

I want to train the model,but Traceback (most recent call last): File "lightened_moon.py", line 147, in main() File "lightened_moon.py", line 74, in main symbol = lightened_moon(num_classes=40, use_fuse=True) File "lightened_moon.py", line...