Performance Impact of Running RetinaFace + MobileNet with 2.8" ResTouch LCD on Luckfox Pico Max?

  • Hello,
    1 The demo we provide displays inference results on the 2.8" ResTouch screen at an efficiency of approximately 10 fps. Using multithreading to optimize the demo could lead to better performance.

    2 AI inference not only utilizes the NPU but also relies on the CPU for some graphical processing. Since the RV1106 has only a single-core CPU, increased CPU usage will inevitably lead to higher system latency. Touch input itself does not consume much CPU scheduling; the main factor is the processing function of the touch action, which should be analyzed based on the actual situation.