[CMSIS-NN] Add Arm(R) Cortex(R)-M55 CPU and CMSIS-NN demo#11013
Merged
Conversation
- Downloads a quantized (int8) person detection model - Uses tvmc to compile the model for Cortex(R)-M55 CPU and CMSIS-NN - Downloads an image to run the model on - Creates a C header file inputs.c containing the image data as a C array - Builds the demo application - Runs the demo application on the FVP - Application reports whether a person was detected e.g. "Person detected" Change-Id: If58d02ed0c4d2a85c0100398f65e6915a86f6546
9284bde to
be99088
Compare
NicolaLancellotti
approved these changes
Apr 19, 2022
- Downloads a quantized (int8) person detection model - Uses tvmc to compile the model for Cortex(R)-M55 CPU and CMSIS-NN - Downloads an image to run the model on - Creates a C header file inputs.c containing the image data as a C array - Builds the demo application - Runs the demo application on the FVP - Application reports whether a person was detected e.g. "Person detected" Change-Id: Ic20ceed80bc6e48d5c96ff0d5ca6c85e7f19174b
areusch
approved these changes
Apr 19, 2022
Contributor
|
thanks @grant-arm ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a bare metal microTVM application that demonstrates compiling a model for Arm(R) Cortex(R)-M55 CPU and CMSIS-NN.
In particular, the demo:
@Mousius @leandron @areusch @ashutosh-arm @manupa-arm