Michael Teo
Michael Teo
Look like they have released an example MaixPY Script to do HTTP download of an image. https://github.com/sipeed/MaixPy_scripts/blob/master/network/demo_http_get_jpg.py Maybe worth a shot if that implementation works better
@aku-projects - You can refer to this : https://en.bbs.sipeed.com/t/topic/1790 I think you need to do ``` a = kpu.set_outputs(task, 0, 1,1,1) a = kpu.set_outputs(task, 1, 1,1,1) fmap = kpu.forward(task, img)...
I see. Which version of firmware do you use? Maybe reverting to one of the 0.5.0 or 0.5.1 might help? One other thing is if the images are already resized...
@aku-projects - Some added info - on the chinese sipeed forums - https://cn.bbs.sipeed.com/d/365-kpuncc-infer, there seems to be a reported discrepancy between kpu and ncc. Unfortunately no resolution and no activity...
Is kpu.load_flash() already supporting kmodel v4? I saw in another thread that kmodel v3 can use load_flash. (https://github.com/sipeed/MaixPy/issues/300#issuecomment-680755127) I tried to load_flash a kmodel v4 using the newest firmware -...
@Neutree - It seems there is an issue with kpu.load_flash() in firmware "maixpy_v0.6_9_g88bfd0177_openmv_kmodel_v4_with_ide_support.bin" I am getting an error "ValueError: [MAIXPY]kpu: load_flash error:2006, ERR_NO_MEM: memory not enough" But it should not...
@Neutree - I tried with new firmware, but seems there is still an issue loading from flash for kmodel v4. Firmware used: "maixpy_v0.6.2_5_g7962bda89.bin" KModel Version : Kmodel4 converted from TFlite...
I haven't worked on this in long while and didn't get it working. But some ideas - maybe setting the is_dual_buf to 0 might help on memory not enough error,...