DonkeyCar's deep learning model for Simulink & RaspberryPi
バージョン 1.0.0 (28 KB) 作成者:
covao
Implementation of DonkeyCar's deep learning Demo for RaspberryPi
Implementation of DonkeyCar's deep learning model on RaspberryPi using MATLAB/Simulink
MATLAB command to download and open the demo
mkdir('./donkeycar_raspi');
cd('./donkeycar_raspi');
websave('donkeycar_raspi.mdl','https://github.com/covao/DonkeyCar_Raspi_Simulink/raw/main/donkeycar_raspi.mdl');
url = 'https://github.com/autorope/donkey_datasets/raw/master/circuit_launch_20210716/';
netfile='pilot_21-08-12_7.h5';
websave(netfile,[url 'models/' netfile]);
donkeyKerasNet = importKerasNetwork(netfile); %Load pre-trained network
save donkeyKerasNet;
open('donkeycar_raspi.mdl');
引用
covao (2024). DonkeyCar's deep learning model for Simulink & RaspberryPi (https://github.com/covao/DonkeyCar_Raspi_Simulink/releases/tag/1.0.0), GitHub. に取得済み.
MATLAB リリースの互換性
作成:
R2021b
R2021b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
謝辞
ヒントを得たファイル: DonkeyCar's Dataset Replay using MATLAB/Simulink, Training Donkey Car's deep learning model in MATLAB
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0 |
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。