element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
RoadTests & Reviews
  • Products
  • More
RoadTests & Reviews
RoadTest Forum Seeking Your Feedback on Roadtesting an Artificial Intelligence Eval kit
  • Blog
  • RoadTest Forum
  • Documents
  • RoadTests
  • Reviews
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join RoadTests & Reviews to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 27 replies
  • Subscribers 2558 subscribers
  • Views 3156 views
  • Users 0 members are here
  • infineon
  • imagimob AI
  • roadtest survey
  • CY8CKIT-062S2-AI
  • machine learning
Related

Seeking Your Feedback on Roadtesting an Artificial Intelligence Eval kit

rscasny
rscasny over 1 year ago

imageI've been speaking with a sponsor about roadtesting its new AI Eval kit for machine learning applications.

I'd like to get your interest in this kit, so I've posted below some info about it.

The sponsor was interested in learning how you would roadtest this kit. They would like to see your ideas to better define the goals of this roadtest. So, if you have any thoughts feel free to add any comments about roadtesting below. Thanks.

What is the kit?

Infineon’s PSoCTm 6 Artificial Intelligence Evaluation Kit is a hardware platform focused on Edge AI. It enables customers to evaluate Infineon’s Machine Learning platform IMAGIMOB Studio, as well as ready to deploy ML models, and other SW products.

Here are some more info and features:

PSoCTm 6 Artificial Intelligence Evaluation Kit (CY8CKIT-062S2-AI)

The PSoCTm 6 AI Evaluation Kit is a Hardware platform focused on Machine Learning (ML) . It enables customers to evaluate Infineon’s ML platform Imagimob Studio, as well as ready to deploy ML models, and other software products. Data collection is enabled via PSoCTm 6 MCU, radar, acoustic, pressure & IMU sensors. The board is designed for easy prototyping and lets customers collect real-life data to build compelling ML products fast.

Summary of Features

  • Small form factor
  • Wireless
  • Full ML to embedded Software journey
  • Powerful AI toolchain
  • Production ready ML models
  • Multi sensor input

Potential Applications

  • Sound detection (siren, cough, snore, baby cry)
  • Presence detection, counting & tracking
  • Gesture sensing
  • Customized radar
  • Motion detection
  • Sensor fusion

Here is some documentation:

Datasheet

Schematics

Release Notes

Imagimob AI 

ModusToolBox 

Other Information 

  • Sign in to reply
  • Cancel

Top Replies

  • javagoza
    javagoza over 1 year ago in reply to DAB +7
    I recently posted my project for the element14 Extreme Environments design challenge on LinkedIn, and within 12 hours, I've already been contacted for potential collaborations on similar projects! This…
  • javagoza
    javagoza over 1 year ago +6
    This is a difficult decision for me. Although I would be interested in doing a small project on early detection of pandemics through urban cough monitoring, I have just received a notice of collective…
  • dougw
    dougw over 1 year ago +3
    AI is game changing technology that we really need to be learning. This platform is a good system to learn on, and the price is right. However, from where I am on the journey, this seems like too much…
Parents
  • battlecoder
    battlecoder over 1 year ago

    I've played with some AI-focused boards in the past, and so far one thing that is *very* important to test, is what the workflow looks like when it comes to training models. I remember one specific board where all the training had to be done on a proprietary cloud platform where you had to upload the training data, set inputs and outputs, and it would do the training for you. It didn't have a lot of options and the whole process was a black box. The output was an obfuscated binary that had to be uploaded to the board. Training and testing models was a truly miserable experience. And I could never see the whole thing working because the board died in one of the many steps of the process.

    On the other hand I also played with a board that had some level of compatibility with pytorch models, and that made it a lot easier to do all the tinkering, training and testing on my PC, and then just upload the trained model to the board.

    So the "training new models" workflow is what I'd love to test.
    That, and performance.

    EDIT: I see that the toolkit and platform for AI training is mentioned in the description, btw, and I know most of that toolchain is designed to make things easier for users, but I'd be interesting in checking whether the experience is closer to the first example I mentioned, or the second. And whether it's possible to do more traditional learning and then connect that somehow to their toolchain.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • battlecoder
    battlecoder over 1 year ago

    I've played with some AI-focused boards in the past, and so far one thing that is *very* important to test, is what the workflow looks like when it comes to training models. I remember one specific board where all the training had to be done on a proprietary cloud platform where you had to upload the training data, set inputs and outputs, and it would do the training for you. It didn't have a lot of options and the whole process was a black box. The output was an obfuscated binary that had to be uploaded to the board. Training and testing models was a truly miserable experience. And I could never see the whole thing working because the board died in one of the many steps of the process.

    On the other hand I also played with a board that had some level of compatibility with pytorch models, and that made it a lot easier to do all the tinkering, training and testing on my PC, and then just upload the trained model to the board.

    So the "training new models" workflow is what I'd love to test.
    That, and performance.

    EDIT: I see that the toolkit and platform for AI training is mentioned in the description, btw, and I know most of that toolchain is designed to make things easier for users, but I'd be interesting in checking whether the experience is closer to the first example I mentioned, or the second. And whether it's possible to do more traditional learning and then connect that somehow to their toolchain.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube