- Identify Objects Within Live Video Using ResNet-50 on Raspberry Pi Hardware
- Detect and Track Object Using Deep Learning on Raspberry Pi
Is it possible to deploy 'Pedestrian Tracking From Moving Camera Example' algorithm into Raspberry PI as standalone device?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jakub Skowronek
am 15 Feb. 2021
Beantwortet: Reeno Joseph
am 18 Feb. 2021
I tried to use Matlab coder.
Firstly, two functions aren't supported for standalone code generation - configureKalmanFilter, peopleDetectorACF.
Is it possible to solve that problem somehow?
0 Kommentare
Akzeptierte Antwort
Reeno Joseph
am 18 Feb. 2021
Hi Jakub,
As you mentioned, the APIs "configureKalmanFilter" & "peopleDetectorACF" are not codegen capable and so you cannot deploy it to Raspberry Pi as a standlaone application. To get a list of all codegen capable APIs please refer "Functions and Objects Supported for C/C++ Code Generation"
Please have a look at some of the vision based Deep Learning examples available in Raspberry Pi support packge.
Hope this will give you some idea on how to proceed.
-Reeno
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Embedded Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!