Example project/code for VIM4 with NPU

I have brand new VIM4 as it now has NPU support, looking for examples demonstrating its use with linux (Ubuntu preferred)

Can you shard your example projects?

david

Hi @datkins you can check it out here:
https://docs.khadas.com/products/sbc/vim4/npu/start

1 Like

Thanks, trying the * YOLOv8n OpenCV VIM4 Demo - 2

it gives this error, any sggestions?

khadas@Khadas:~$ docker run -it --name vim4-npu1 -v $(pwd):/home/khadas/npu -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro yanwyb/npu:v1
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/bash: exec format error
khadas@Khadas:~$

@datkins you need to run the container on an x86/64 pc