You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it turns out that "mobilenetV1X0.25_pretrain.tar" is used(here) and it is the imagenet pretrain weights, which is uesed for training and can not be used to detect face
simply replacing "mobilenetV1X0.25_pretrain.tar" with "mobilenet0.25_Final.pth" didn't work
can anyone using author's mobilenet pretrain weights successfully help me?
The text was updated successfully, but these errors were encountered:
I use following cmd to do evaluation
but it turns out that "mobilenetV1X0.25_pretrain.tar" is used(here) and it is the imagenet pretrain weights, which is uesed for training and can not be used to detect face
simply replacing "mobilenetV1X0.25_pretrain.tar" with "mobilenet0.25_Final.pth" didn't work
can anyone using author's mobilenet pretrain weights successfully help me?
The text was updated successfully, but these errors were encountered: