sipeed / MaixPy-v1_scripts

micropython scripts for MaixPy
https://maixpy.sipeed.com
MIT License
628 stars 432 forks source link

error when load model #3

Open vitiennam opened 5 years ago

vitiennam commented 5 years ago

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

Neutree commented 5 years ago

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

vitiennam commented 5 years ago

@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

Neutree commented 5 years ago

sipeed/kflash_gui#1