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

put 2 model to sipeed

Open vitiennam opened this issue 5 years ago • 4 comments

Hi,

I want to use 2 model, ex 1MB vs 3 MB, how can I put it to sipeed and read it

Thanks

vitiennam avatar May 20 '19 07:05 vitiennam

pack them to *.kfpkg file, and download to flash with kflash

Neutree avatar May 20 '19 08:05 Neutree

@Neutree thanks you, What about kmodel, how to create it

Thanks

vitiennam avatar May 20 '19 08:05 vitiennam

maybe these links can help you?

http://blog.sipeed.com/p/category/maix-software

https://www.youtube.com/watch?v=fZ4QbtAjKXo&t=30s

https://www.instructables.com/id/Transfer-Learning-With-Sipeed-MaiX-and-Arduino-IDE/

Neutree avatar May 20 '19 09:05 Neutree

@Neutree Thanks for your help, I create 2 kmodel, first have 388776 (0x5EEA8) bytes so I put model at 0x00300000 and 0x0035EEA9 but when I use kpu to load model, it cannot load model 2: task = kpu.load(0x300000) task_re = kpu.load(0x0035EEA9)

thanks

vitiennam avatar Jun 03 '19 09:06 vitiennam