swdee

Results 60 comments of swdee

On your Host OS, do the following files exist? ``` ls -la /usr/include/rknn_api.h ls -la /usr/lib/librknnrt.so ``` If these files do not exist on your Host OS then you need...

There is something strange going on with your setup. In your first screenshot you run the command `ls -la /usr/include/rknn_api.h` and it lists no files but actually a directory. When...

> ya, look like joshua version contain only directory. first time i saw that kind of thing like "rknn_api.h" as directory. one question, i try to reinstall rknn_toolkit 2 but...

By default the stream example uses YOLOv5 and it reads the [model file from the data directory](https://github.com/swdee/go-rknnlite-data/blob/master/yolov5s-640-640-rk3588.rknn) which I have compiled for RK3588. The error your getting is from RKNN...

The performance on the RK3566 is pretty good. I have made some modifications to the stream example for you to try on the RK3566 in branch [rk3566-stream](https://github.com/swdee/go-rknnlite/tree/rk3566-stream). Would you check...

Note I edited the docker command above to include the rk3566 compiled model file. Also there is a [docker container here](https://hub.docker.com/r/firesh/rknn-toolkit2) which might be useful to you for compiling Models.

I have made an update that should fix this error for you. Run `git pull` in the checked out code root directory and try again.

> so i wonder the specf of your machine, host version as well as python version I have not experienced that SIGILL error. There is one similar [report here](https://github.com/rockchip-linux/rknn-toolkit2/issues/215). I...

> ya. it fix the npuskipcore problem. same as my thought. but now the docker container get really big problem: "when some client browser connect to it, i just show...

The dmesg confirms the stream server is being killed by OOM (Out of memory). The stream server process (bytetrack) is using 983MB RAM, but your total system (virtual memory) is...