Hello, I believe the reason for the low frame rate is the use of CPU for computation. The CPU of luckfox-pico is not suitable for scenarios that require a large amount of computation.
There are two better solutions:
1.Use rga to replace the original tasks performed by the CPU, but it requires sufficient understanding of the tracker algorithm;
2.Use a model similar to TrackerGOTURN to enable luckfox-pico to run on rknpu.
I hope this helps you.