Odroid M1 (rockchip RKNN) instead of coral #3304
-
|
With coral sold out everwhere, the odroid M1 board with integrated RKNN (rockchip neural network 0.8TOPS) seems like a great lowcost alternatieve especially with the M2-80 NVME slot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
0.8 TOPS seems a little low compared to the corals 4 but hopefully supporting that chip could support others as well. I believe that the main point of concern is how the rockchip neural network interfaces with tensorflow lite models, it is much easier for it to interface with the models directly as opposed to running through an SDK which makes supporting it more complicated and difficult. |
Beta Was this translation helpful? Give feedback.
-
|
this board seems similar to the rockpi 3a, I couldn't get it to use the armnn library to work with tensorflow lite, also the rock pi 4c should run 2.4 tops but same story, can't really figure out all the pieces it needs to work. be great to have some pointers there. also soon the rock 5a will launch and can handle 6 tops but pretty sure it will have the same support issues |
Beta Was this translation helpful? Give feedback.
0.8 TOPS seems a little low compared to the corals 4 but hopefully supporting that chip could support others as well.
I believe that the main point of concern is how the rockchip neural network interfaces with tensorflow lite models, it is much easier for it to interface with the models directly as opposed to running through an SDK which makes supporting it more complicated and difficult.