Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Examples): Add Action Recognition Demo for MAX78000 and Known Answer Test for MAX78002 #851

Merged
merged 14 commits into from
Jan 23, 2024

Conversation

alicangok
Copy link
Contributor

@alicangok alicangok commented Jan 2, 2024

feat(Examples): Add Action Recognition Demo for MAX78000 and Known Answer Test for MAX78002

Description

This PR includes a real-time action recognition demo running on MAX78000FTHR and the known answer test for MAX78002 EVKIT. This demo introduces the temporal convolution capabilities of MAX7800X.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions bot added MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87) labels Jan 2, 2024
@alicangok alicangok changed the title feat(Examples) Add Action Recognition Demo for MAX78000 and Known Answer Test for MAX78002 feat(Examples): Add Action Recognition Demo for MAX78000 and Known Answer Test for MAX78002 Jan 2, 2024
@sihyung-maxim
Copy link
Contributor

/clang-format-run

Copy link
Contributor

@sihyung-maxim sihyung-maxim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just copyright changes.

Is the Liberation Sans font and the tool that converted the files free to use? We've had issues with using certain fonts in the past that the MSDK can not distribute.

Examples/MAX78000/CNN/actionrecognition-demo/README.md Outdated Show resolved Hide resolved
Examples/MAX78000/CNN/actionrecognition-demo/camera_util.c Outdated Show resolved Hide resolved
Examples/MAX78000/CNN/actionrecognition-demo/camera_util.c Outdated Show resolved Hide resolved
Examples/MAX78000/CNN/actionrecognition-demo/camera_util.c Outdated Show resolved Hide resolved
Examples/MAX78000/CNN/actionrecognition-demo/camera_util.h Outdated Show resolved Hide resolved
Examples/MAX78000/CNN/actionrecognition-demo/softmax.c Outdated Show resolved Hide resolved
Examples/MAX78002/CNN/kinetics/cnn.c Outdated Show resolved Hide resolved
Examples/MAX78002/CNN/kinetics/cnn.h Outdated Show resolved Hide resolved
Examples/MAX78002/CNN/kinetics/main.c Outdated Show resolved Hide resolved
Examples/MAX78002/CNN/kinetics/softmax.c Outdated Show resolved Hide resolved
@alicangok
Copy link
Contributor Author

Thank you @sihyung-maxim for the helpful comments.

@alicangok
Copy link
Contributor Author

alicangok commented Jan 22, 2024

Just copyright changes.

Is the Liberation Sans font and the tool that converted the files free to use? We've had issues with using certain fonts in the past that the MSDK can not distribute.

Yes, these are the "new" fonts from November: #792

But I realized now that I better remove the local copies of the fonts. Changing the PR to "draft" mode while I fix this. It's ready for final review.

@alicangok alicangok marked this pull request as draft January 22, 2024 15:44
@alicangok alicangok marked this pull request as ready for review January 22, 2024 15:58
Copy link
Contributor

@Jake-Carter Jake-Carter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @alicangok, looks good. I tested on my FTHR (without a display) and the demo works great.

Made some minor tweaks to project settings/README (see commits above). Renamed tft_config.h -> project_config.h for clarity.

@Jake-Carter Jake-Carter merged commit ba93681 into analogdevicesinc:main Jan 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants