Is it possible to deploy 'Pedestrian Tracking From Moving Camera Example' algorithm into Raspberry PI as standalone device?

1 次查看(过去 30 天)
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?

采纳的回答

Reeno Joseph
Reeno Joseph 2021-2-18
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.
  1. Identify Objects Within Live Video Using ResNet-50 on Raspberry Pi Hardware
  2. Detect and Track Object Using Deep Learning on Raspberry Pi
Hope this will give you some idea on how to proceed.
-Reeno

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Raspberry Pi Hardware 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by