{"id":14959113,"url":"https://github.com/qengineering/tensorflow_lite_ssd_rpi_64-bits","last_synced_at":"2025-10-24T16:31:13.525Z","repository":{"id":50369662,"uuid":"243226236","full_name":"Qengineering/TensorFlow_Lite_SSD_RPi_64-bits","owner":"Qengineering","description":"TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS","archived":false,"fork":false,"pushed_at":"2022-05-03T19:15:17.000Z","size":22098,"stargazers_count":43,"open_issues_count":4,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T03:11:39.548Z","etag":null,"topics":["aarch64","armv7","armv8","bare-raspberry-pi","cpp","deep-learning","frame-rate","high-fps","jamesbond","lite","raspberry-pi-4","ssd-mobilenet","tensorflow-examples","tensorflow-lite","testtensorflow-lite","ubuntu","ubuntu1804"],"latest_commit_sha":null,"homepage":"https://qengineering.eu/install-ubuntu-18.04-on-raspberry-pi-4.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-26T09:44:19.000Z","updated_at":"2024-12-25T05:50:17.000Z","dependencies_parsed_at":"2022-09-10T20:31:46.983Z","dependency_job_id":null,"html_url":"https://github.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FTensorFlow_Lite_SSD_RPi_64-bits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FTensorFlow_Lite_SSD_RPi_64-bits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FTensorFlow_Lite_SSD_RPi_64-bits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FTensorFlow_Lite_SSD_RPi_64-bits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qengineering","download_url":"https://codeload.github.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237999609,"owners_count":19399914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aarch64","armv7","armv8","bare-raspberry-pi","cpp","deep-learning","frame-rate","high-fps","jamesbond","lite","raspberry-pi-4","ssd-mobilenet","tensorflow-examples","tensorflow-lite","testtensorflow-lite","ubuntu","ubuntu1804"],"created_at":"2024-09-24T13:18:52.020Z","updated_at":"2025-10-24T16:31:03.516Z","avatar_url":"https://github.com/Qengineering.png","language":"C++","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=CPZTM5BB3FCYL"],"categories":[],"sub_categories":[],"readme":"![output image](https://qengineering.eu/images/SDcard16GB_tiny.jpg) Find this example on our [SD-image](https://github.com/Qengineering/RPi-image)\n# TensorFlow_Lite_SSD_RPi_64-bits\n![output image]( https://qengineering.eu/images/James_24.jpg )\u003cbr/\u003e\n## TensorFlow Lite SSD running at 24 FPS on a bare Raspberry Pi 4 64-OS \u003cbr/\u003e\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\u003cbr/\u003e\u003cbr/\u003e\n\nA fast C++ implementation of TensorFlow Lite on a bare Raspberry Pi 4 64-bit OS.\nOnce overclocked to 1925 MHz, the app runs a whopping 24 FPS!\nWithout any hardware accelerator, just you and your Pi.\n\nhttps://arxiv.org/abs/1611.10012 \u003cbr/\u003e\nTraining set: COCO \u003cbr/\u003e\nSize: 300x300 \u003cbr/\u003e\nFrame rate V1 Lite : 28 FPS (RPi 4 @ 1925 MHz - 64 bits Bullseye OS) \u003cbr/\u003e\nFrame rate V1 Lite : 17 FPS (RPi 4 @ 2000 MHz - 32 bits OS) see [32-OS](https://github.com/Qengineering/TensorFlow_Lite_SSD_RPi_32-bits)\u003cbr/\u003e\n\u003cbr/\u003e\nSpecial made for a Raspberry Pi 4 see [Q-engineering deep learning examples](https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html) \u003cbr/\u003e\n\u003cbr/\u003e\nTo extract and run the network in Code::Blocks \u003cbr/\u003e\n$ mkdir *MyDir* \u003cbr/\u003e\n$ cd *MyDir* \u003cbr/\u003e\n$ wget https://github.com/Qengineering/TensorFlow_Lite_SSD_RPi_64-bits/archive/refs/heads/master.zip \u003cbr/\u003e\n$ unzip -j master.zip \u003cbr/\u003e\nRemove master.zip and README.md as they are no longer needed. \u003cbr/\u003e \n$ rm master.zip \u003cbr/\u003e\n$ rm README.md \u003cbr/\u003e \u003cbr/\u003e\nYour *MyDir* folder must now look like this: \u003cbr/\u003e \nJames.mp4 \u003cbr/\u003e\nCOCO_labels.txt \u003cbr/\u003e\ndetect.tflite \u003cbr/\u003e\nTestTensorFlow_Lite.cpb \u003cbr/\u003e\nMobileNetV1.cpp\u003cbr/\u003e\n \u003cbr/\u003e\nRun TestTensorFlow_Lite.cpb with Code::Blocks.  More info or\u003cbr/\u003e \nif you want to connect a camera to the app, follow the instructions at [Hands-On](https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html#HandsOn).\u003cbr/\u003e\nI fact you can run this example on any aarch64 Linux system. \u003cbr/\u003e\u003cbr/\u003e\nSee the movie at: https://vimeo.com/393889226\n\n------------\n\n[![paypal](https://qengineering.eu/images/TipJarSmall4.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=CPZTM5BB3FCYL) \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Ftensorflow_lite_ssd_rpi_64-bits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqengineering%2Ftensorflow_lite_ssd_rpi_64-bits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Ftensorflow_lite_ssd_rpi_64-bits/lists"}