The Major Trends in Embedded AI Vision: Ubiquity and Multimodality

The Major Trends in Embedded AI Vision: Ubiquity and Multimodality

Click the blue text to follow us Every year before the Embedded Vision Summit, the author tries to reflect on the big picture of embedded AI and computer vision. This year, on the 15th anniversary of the summit, two trends are clearer than ever. First, AI and computer vision applications are moving from the laboratory … Read more

Techniques to Address Overfitting in Donkey Car Neural Network Autonomous Driving Agents and Achieve Robustness

Techniques to Address Overfitting in Donkey Car Neural Network Autonomous Driving Agents and Achieve Robustness

June 4, 2019 Original Author: Felix Yu, Source: https://flyyufelix.github.io/2019/06/04/pixmoving-hackathon.html Using style transfer as a data augmentation technique to improve model robustness 1. Introduction During my time in the United States last year, I attended several Donkey Car meetups and noticed that Donkey Cars using end-to-end neural networks (i.e., directly outputting steering and throttle) performed worse … Read more

Object Detection Without OpenCV? Achieve It with Just 10 Lines of Python Code!

Object Detection Without OpenCV? Achieve It with Just 10 Lines of Python Code!

Produced by Big Data Digest Compiled by: Zhu Yihui, Xue Qing, Xiao Yu Can object detection be achieved with just 10 lines of code?! The author of this article and his team have built a Python library called ImageAI, which integrates popular deep learning frameworks and computer vision libraries. This article will guide you step-by-step … Read more

Raspberry Pi AI HAT+: Unleashing AI Superpowers with 26 TOPS from Scratch

Raspberry Pi AI HAT+: Unleashing AI Superpowers with 26 TOPS from Scratch

Previous Issue: The AI HAT+ occupies all GPIO pins, and I have already purchased the TOUCH Display 2. What should I do? Last time we discussed that the Display 2 uses a 32-bit system. This time, to use the AI HAT+ extension, I re-flashed the OS to a 64-bit system because the AI HAT+ 26 … Read more

A Step-by-Step Guide to Using OpenCV on Raspberry Pi

A Step-by-Step Guide to Using OpenCV on Raspberry Pi

Click the card below to follow “Computer Vision Home” for the latest insights on visual/image processing! Get the latest updates on visual/image processing delivered to you! Creating products involves not only software but also hardware, which plays a crucial role. Specifically, in computer vision, we need compact edge hardware to deploy our object detection models … Read more

Comprehensive Analysis of Learning Pathways for Embodied Intelligent Robots

Comprehensive Analysis of Learning Pathways for Embodied Intelligent Robots

1. Introduction Embodied intelligent robots, as a cutting-edge technology that integrates knowledge from robotics, artificial intelligence, cognitive science, and other fields, are gradually transforming our ways of living and working. From industrial manufacturing to home services, from healthcare to space exploration, embodied intelligent robots demonstrate tremendous potential. For those who wish to delve deeper into … Read more

Intelligent Detection System for Circuit Boards Based on Computer Vision with Matlab Code

Intelligent Detection System for Circuit Boards Based on Computer Vision with Matlab Code

✅ Author Profile: A Matlab simulation developer passionate about scientific research, skilled in data processing, modeling simulation, program design, obtaining complete code, reproducing papers, and scientific simulation. 🍎 Previous reviews, follow the personal homepage:Matlab Research Studio 🍊 Personal motto: Investigate things to gain knowledge, complete Matlab code and simulation consultation content via private message. Intelligent … Read more

How to Detect Human Eyes with MATLAB? Use This Function for Object Detection

How to Detect Human Eyes with MATLAB? Use This Function for Object Detection

Accurately identifying human eyes and locating their positions is crucial for numerous applications. From identity verification in security monitoring to gaze tracking in human-computer interaction, reliable human eye recognition technology is indispensable. The following code demonstrates a process for human eye recognition and position marking using MATLAB. Estimated reading time: 5 minutes. 1. Code %% … Read more

Edge Artificial Intelligence: Transforming Power Industry Safety

Edge Artificial Intelligence: Transforming Power Industry Safety

In the late night at the substation, cameras silently rotate. In the past, these devices could only record footage, waiting for manual inspections; now, with the help of edge AI video recognition technology, they can capture hazards such as equipment overheating, insulator breakage, and foreign object intrusion in real-time, issuing alerts within milliseconds. The power … Read more

Sensors + AI Models = The Brain of Autonomous Driving? Analyzing How Smart Cars’ ‘Five Senses’ Surpass Humans

Sensors + AI Models = The Brain of Autonomous Driving? Analyzing How Smart Cars' 'Five Senses' Surpass Humans

 If we compare a smart car to a “living organism,” then its sensors are its eyes, ears, and skin, responsible for perceiving the world, while the AI model acts as the brain, processing information and making decisions. The key to autonomous driving lies in the perfect combination of these two—perceiving the world, understanding the … Read more