Skip to content
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

Error with Kmodel Version #94

Open
Bashdog opened this issue Jan 23, 2021 · 5 comments
Open

Error with Kmodel Version #94

Bashdog opened this issue Jan 23, 2021 · 5 comments

Comments

@Bashdog
Copy link

Bashdog commented Jan 23, 2021

I can't upload the demo_find_face.py script. I just got the error: ValueError: [MAIXPY]kpu: load error:2002, ERR_KMODEL_VERSION: only support kmodel V3/V4 now, but I flashed the maixpy_v0.6.2_16_gaefa3193d_openmv_kmodel_v4_with_ide_support.bin file to the MaixBit.
Is something wrong with my device? Could anybody help me?

@ianferreira
Copy link

I have the same issue, using the script above with firmware 0.6.2. is the v4 model loaded on another address?

@ianferreira
Copy link

It looks like the firmware doesn't have the right model embedded. The demo worked if you load http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg with the KFlash tool. @Bashdog

@Bashdog
Copy link
Author

Bashdog commented Mar 18, 2021

Ok thank you!

@rsingh2083
Copy link

rsingh2083 commented Aug 1, 2021

Where to load this ?? Ive already loaded :-
FaceDetection (0X300000),
FaceExtraction(0X500000),
FaceLandmarkDetection(0X400000)

and then I loaded :-
maixpy_v0.6.2_57_gae955b706_openmv_kmodel_v4_with_ide_support.bin at (0X0000)
Im running face_recogntion and getting the same error

It looks like the firmware doesn't have the right model embedded. The demo worked if you load http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg with the KFlash tool. @Bashdog

@rsingh2083
Copy link

It looks like the firmware doesn't have the right model embedded. The demo worked if you load http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg with the KFlash tool. @Bashdog

After loading all the files, I flashed your .kpfg still face_recognition giving error about KMODEL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants