codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
565 stars 135 forks source link

Add support for Radxa Devices #93

Closed grinco closed 2 months ago

grinco commented 3 months ago

Hi, Looks like both ALPR and YOLOv5 RKNN models are working just fine on Radxa rock 5b, even though it took me some hacking to install and enable the module. Can you please make it supported / installable officially?

cat /sys/firmware/devicetree/base/model
Radxa ROCK 5B

Log example:

17:35:42:Response rec'd from Object Detection (YOLOv5 RKNN) command 'detect' (...35f477) ['Found chair, potted plant, car...']  took 139ms
17:35:42:Response rec'd from Object Detection (YOLOv5 RKNN) command 'detect' (...31e032) ['Found car, person, person...']  took 116ms
17:35:44:Response rec'd from Object Detection (YOLOv5 RKNN) command 'detect' (...ee9e06) ['Found car, car, car...']  took 169ms
17:35:45:Response rec'd from Object Detection (YOLOv5 RKNN) command 'detect' (...fcabbc) ['Found car']  took 200ms
17:35:46:Response rec'd from Object Detection (YOLOv5 RKNN) command 'detect' (...5a7e25) ['Found car, car, car...']  took 172ms
ChrisMaunder commented 2 months ago

This has been added in 2.6.5 which will be published soon