ArmDeveloperEcosystem / Paddle-examples-for-AVH

🤖 Use PaddlePaddle for OCR and Object Detection on Arm Cortex-M with Arm Virtual Hardware (AVH)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paddle Examples for Arm Virtual Hardware(AVH)

Arm Virtual Hardware(AVH)

Arm Virtual Hardware (AVH) scales and accelerates IoT software development by virtualising popular IoT development kits, Arm-based processors, and systems in the cloud. It is an evolution of Arm’s modelling technology that removes the wait for hardware and the complexity of building and configuring board farms for testing. It enables modern agile software development practices, such as DevOps and MLOps workflows.

Arm Virtual Hardware is available for Corstone platforms and Cortex processors via an Amazon Machine Image (AMI) on AWS Marketplace as well for third-party hardware available via Arm’s SaaS platform.

For examples in this repository, we use Arm Virtual Hardware with Corstone platforms and Cortex processors via AWS.

PaddlePaddle

PaddlePaddle (PArallel Distributed Deep LEarning) is a simple, efficient and extensible deep learning framework developed by Baidu, Inc. As the first independent R&D deep learning platform in China, it has been officially open-sourced to professional communities since 2016. It is an industrial platform with advanced technologies and rich features that cover core deep learning frameworks, basic model libraries, end-to-end development kits, tools & components as well as service platforms. For more details, please refer to PaddlePaddle Github for details.

Example

Example Model Hardware Project overview
PaddleOCR for AVH PP-OCRv3 English recognition model AVH Corstone-300 platform This project contains an example of how to run a PaddleOCR text recognition model on bare metal Cortex(R)-M55 CPU using Arm Virtual Hardware Corstone-300 platform.
PaddleOCR for AVH PP-OCRv3 text angle classification model AVH Corstone-300 platform This project contains an example of how to run a PaddleOCR text angle classification model on bare metal Cortex(R)-M55 CPU using Arm Virtual Hardware Corstone-300 platform.
PaddleDetection for AVH PP-PicoDet object detection model AVH Corstone-300 platform This project contains an example of how to run a PP-PicoDet model on bare metal Cortex(R)-M55 CPU using Arm Virtual Hardware Corstone-300 platform.

About

🤖 Use PaddlePaddle for OCR and Object Detection on Arm Cortex-M with Arm Virtual Hardware (AVH)

License:Apache License 2.0


Languages

Language:Shell 32.9%Language:Makefile 21.8%Language:C 17.9%Language:Python 16.4%Language:CMake 11.0%