TensorFlow_Lite_SSD_RPi_64-bits
                                
                                
                                
                                    TensorFlow_Lite_SSD_RPi_64-bits copied to clipboard
                            
                            
                            
                        Only getting 9-10 FPS rate
Hi, First of all thank you so much for this tutorial. I followed all your steps but I am getting framerate of only 10 FPS. Can you please specify any reasons if possible. I am using RPI4B with 4GB ram.
Most common reason for a low frame rate are:
- Improper installation of OpenCV (some flags during the build where not set/reset)
 - Improper installation of TensorFlow Lite (used build_rpi_lib.sh instead of build_aarch64_lib.sh)
 - No overclocking (we used ± 1925 MHz to get to the high FPS)
 - Other time consuming threads (applications) are running simultaneous.
 
Hopefully, this might help you to find a solution.
Thanks alot for your support. I will try to make sure all the above mentioned points are followed.
I know the post is old, but I've recently experienced fps drop with this code on rpi 4 from 14-18fps to 2-8fps.
The reason was that by mistake I've connected a phone charger (with usb c) instead of my laptop charger - it seems that the power supply has to have enough ampers and that if this condition is not satisfied, rpi will still run, only the cpu frequencies will be lower.