{"id":21802519,"url":"https://github.com/qengineering/rfcn_ncnn","last_synced_at":"2025-10-03T22:58:20.217Z","repository":{"id":112947898,"uuid":"210182858","full_name":"Qengineering/Rfcn_ncnn","owner":"Qengineering","description":"Rfcn for ncnn framework","archived":false,"fork":false,"pushed_at":"2021-12-27T09:58:06.000Z","size":58,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T07:14:45.746Z","etag":null,"topics":["cpp","deep-learning","deep-neural-networks","ncnn","ncnn-framework","raspberry","raspberry-pi-3","raspberry-pi-4","rfcn"],"latest_commit_sha":null,"homepage":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-22T16:57:33.000Z","updated_at":"2022-11-03T06:52:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"40ce0f6d-2d74-4579-89aa-6a0308f94ca7","html_url":"https://github.com/Qengineering/Rfcn_ncnn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Qengineering/Rfcn_ncnn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FRfcn_ncnn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FRfcn_ncnn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FRfcn_ncnn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FRfcn_ncnn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qengineering","download_url":"https://codeload.github.com/Qengineering/Rfcn_ncnn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qengineering%2FRfcn_ncnn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239968,"owners_count":25954097,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","deep-learning","deep-neural-networks","ncnn","ncnn-framework","raspberry","raspberry-pi-3","raspberry-pi-4","rfcn"],"created_at":"2024-11-27T11:29:16.973Z","updated_at":"2025-10-03T22:58:20.190Z","avatar_url":"https://github.com/Qengineering.png","language":"C++","readme":"# Rfcn for the ncnn framework\n![output image]( https://qengineering.eu/images/Rfcn_trafic.jpg )\n## Rfcn with the ncnn framework. \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\nPaper: https://arxiv.org/pdf/1605.06409.pdf\u003cbr/\u003e\u003cbr/\u003e\nSpecial made for a bare Raspberry Pi 4 see [Q-engineering deep learning examples](https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html)\n\n------------\n\nTraining set: VOC2007+VOC2012 \u003cbr/\u003e\nSize: 224x224 \u003cbr/\u003e\nPrediction time: 2484 mSec (RPi 4) \n\n------------\n\n## Dependencies.\u003cbr/\u003e\nTo run the application, you have to:\n- A raspberry Pi 4 with a 32 or 64-bit operating system. It can be the Raspberry 64-bit OS, or Ubuntu 18.04 / 20.04. [Install 64-bit OS](https://qengineering.eu/install-raspberry-64-os.html) \u003cbr/\u003e\n- The Tencent ncnn framework installed. [Install ncnn](https://qengineering.eu/install-ncnn-on-raspberry-pi-4.html) \u003cbr/\u003e\n- OpenCV 64 bit installed. [Install OpenCV 4.5](https://qengineering.eu/install-opencv-4.5-on-raspberry-64-os.html) \u003cbr/\u003e\n- Code::Blocks installed. (```$ sudo apt-get install codeblocks```)\n\n------------\n\n## Installing the app.\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/Rfcn_ncnn/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 \nTraffic.jpg \u003cbr/\u003e\nrfcn.bin (download this file from: https://drive.google.com/open?id=1_MO5ipSymIxlBAF2elD3AOJyboIdiKEa )\u003cbr/\u003e\nrfcn.param \u003cbr/\u003e\nRfcn.cpb \u003cbr/\u003e\nrfcn.cpp \u003cbr/\u003e\n \u003cbr/\u003e\nRun Rfcn.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).\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","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=CPZTM5BB3FCYL"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Frfcn_ncnn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqengineering%2Frfcn_ncnn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqengineering%2Frfcn_ncnn/lists"}