MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

error when load model

Open vitiennam opened this issue 5 years ago • 3 comments

Hi, I am just a newbie I want to run face detection but I get error when I run :

$  task = kpu.load(0x00300000) 

ERROR:

v=596458738, flag=-2096411809, arch=-1955282835, layer len=834782759, mem=-39249 0997, out cnt=-663129117
err: we only support V3 now, get V596458738
[MAIXPY]kpu: kpu_model_get_size error -3Traceback (most recent call last):
File "", line 1, in
ValueError: [MAIXPY]kpu: load error -2

How to burn model to this board please help me thanks

vitiennam avatar May 17 '19 07:05 vitiennam

https://github.com/sipeed/MaixPy/issues/82 model: http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg burn tool: https://github.com/sipeed/kflash_gui pack *,kfpkg file : http://blog.sipeed.com/p/390.html

Neutree avatar May 17 '19 08:05 Neutree

@Neutree I get this error when I run kflash on ubuntu 16.04:

kflash_gui_v1.0.0_linux/libpython3.6m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/kflash_gui_v1.0.0_linux/libpython3.6m.so.1.0)

do you know how to use command line with kflush

Thanks

vitiennam avatar May 17 '19 09:05 vitiennam

sipeed/kflash_gui#1

Neutree avatar May 17 '19 13:05 Neutree