-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
Invalid NDArray file format #4
Comments
@1996scarlet and @MyraBaba did you solve this error? Because I am also getting this error
|
@1996scarlet and @MyraBaba |
So could you please tell me which version of Another method worth trying is to use this file to test a single image of the ArcFace model. |
I have cuda 9.0 and cuda 10.1 but default is 10.1 mxnet-cu101 even tried with mxnet-cu90. I tried the insightface it's working |
I have tried cuda8.0 and mxnet-cu80, the same error. |
Download the model again from InsightFace repo. The link is given in the RetinaFace readme.md |
请问你们的MXNet的是哪个版本? |
weight files are stored in git lfs, so you must download them to run: |
Hi guys, I got this error in Linux Mint sudo apt-get install git-lfs |
Hi,
In insightface facemodel.py below code gives error for Arc...model
mxnet.base.MXNetError: [22:42:18] src/ndarray/ndarray.cc:1834: Check failed: header == kMXAPINDArrayListMagic: Invalid NDArray file format
The text was updated successfully, but these errors were encountered: