Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qengineering/peleenet_ssd
PeleeNet SSD for ncnn framework
https://github.com/qengineering/peleenet_ssd
cpp deep-neural-networks ncnn ncnn-framework pelee pelee-ssd peleenet peleenet-ssd raspberry raspberry-pi raspberry-pi-3 raspberry-pi-4
Last synced: about 1 month ago
JSON representation
PeleeNet SSD for ncnn framework
- Host: GitHub
- URL: https://github.com/qengineering/peleenet_ssd
- Owner: Qengineering
- License: bsd-3-clause
- Created: 2019-09-15T11:14:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T11:07:26.000Z (over 1 year ago)
- Last Synced: 2023-09-30T12:21:38.049Z (over 1 year ago)
- Topics: cpp, deep-neural-networks, ncnn, ncnn-framework, pelee, pelee-ssd, peleenet, peleenet-ssd, raspberry, raspberry-pi, raspberry-pi-3, raspberry-pi-4
- Language: C++
- Homepage:
- Size: 18.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeleeNet_SSD for the ncnn framework
![output image]( https://qengineering.eu/images/PeleeNet_Mumbai.jpg )
## PeleeNet SSD with the ncnn framework.
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
Papers: https://arxiv.org/pdf/1804.06882.pdf
Specially 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)------------
Training set: VOC2007
Size: 304x304
Prediction time: 300 mSec (RPi 4)------------
## Dependencies.
To run the application, you have to:
- 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)
- The Tencent ncnn framework installed. [Install ncnn](https://qengineering.eu/install-ncnn-on-raspberry-pi-4.html)
- OpenCV 32 or 64-bit installed. [Install OpenCV 4.5](https://qengineering.eu/install-opencv-4.5-on-raspberry-64-os.html)
- Code::Blocks installed. (```$ sudo apt-get install codeblocks```)------------
## Installing the app.
To extract and run the network in Code::Blocks
$ mkdir *MyDir*
$ cd *MyDir*
$ wget https://github.com/Qengineering/PeleeNet_SSD/archive/refs/heads/master.zip
$ unzip -j master.zip
Remove master.zip and README.md as they are no longer needed.
$ rm master.zip
$ rm README.md
Your *MyDir* folder must now look like this:
mumbai.jpg
pelee.bin
pelee.param
Pelee.cpb
peleenetssd_seg.cpp
Run Pelee.cpb with Code::Blocks. More info or
if 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).------------
[![paypal](https://qengineering.eu/images/TipJarSmall4.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPZTM5BB3FCYL)