-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat(Examples): Add Action Recognition Demo for MAX78000 and Known Answer Test for MAX78002 #851
Conversation
/clang-format-run |
There was a problem hiding this 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.
Thank you @sihyung-maxim for the helpful comments. |
Yes, these are the "new" fonts from November: #792 But I realized now that I better remove the local copies of the fonts. |
There was a problem hiding this 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.
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