Inspiration
In motorsports and advanced manufacturing, precision is everything. A single undetected crack, scratch, or misalignment can result in catastrophic failure, performance loss, or high repair costs. We were inspired by how Formula 1 pitstops achieve incredible efficiency — yet rely heavily on human visual inspection. In both racing and production lines, human inspection introduces delays, inconsistency, and subjectivity. This inspired AutoEye — a vision-based, AI-powered inspection system designed to automatically detect exterior damages, missing components, and anomalies in vehicles or machinery, enabling faster and more accurate quality control.
What it does
AutoEye is a conceptual design for an AI-enabled visual inspection bridge that uses multi-angle cameras, depth sensors, and cloud-based analytics to detect exterior changes and defects automatically. When deployed, a vehicle or product would pass through the bridge structure, where: Cameras and LiDAR sensors capture synchronized images and 3D data from multiple angles. The images are processed on an edge device and transmitted to a cloud-based AI inference pipeline (Azure Machine Learning). The system compares current visuals with baseline images or CAD references using structural similarity algorithms and deep learning models. Anomalies such as dents, cracks, paint inconsistencies, or component displacement are detected and highlighted for operators via a dashboard interface. The same framework could be adapted for:
- Manufacturing: Real-time defect detection during production.
- Motorsport: Instant pitstop inspections for damage assessment.
- Logistics: Entry/exit inspections for vehicle or shipment integrity.
How we built it
We developed a comprehensive system architecture, selected the technology stack, and created a working model pipeline using Python simulations and Azure services. Our conceptual architecture consists of :
- Hardware Design:
- Modular bridge frame with multi-angle RGB cameras and LiDAR sensors.
- Adjustable LED illumination for consistent lighting.
- Edge inference hardware (NVIDIA Jetson / Raspberry Pi) for low-latency processing.
- Software Design:
- Preprocessing: OpenCV, Pillow, NumPy for image enhancement and normalization.
- Anomaly Detection: Structural Similarity Index (SSIM) and YOLOv8-based visual difference model.
- 3D Mapping: Open3D and pyrealsense2 for geometric surface analysis.
- Backend & Visualization: FastAPI for inference serving; Power BI for data visualization.
Azure Cloud Integration: Azure Machine Learning -> Model training and deployment pipeline Azure Blob Storage -> Image and result data storage Azure IoT Hub / IoT Edge -> Real-time communication between devices Azure Functions -> Automated workflows and triggers Azure Cosmos DB -> Metadata and inspection log storage Power BI / Data Explorer -> Reporting and dashboard analytics
The Algorithm : The AutoEye system uses structural similarity (SSIM) to measure pixel-level differences between the baseline and current frame. Regions below a certain SSIM threshold are flagged as anomalies. These are then classified using deep learning models such as YOLOv8 or Detectron2.
Challenges we ran into
- Designing a multi-camera layout that ensures complete 360° coverage without occlusion.
- Balancing lighting consistency for reflective surfaces.
- Creating a robust training dataset for damage and defect recognition.
- Managing real-time data flow between edge devices and the Azure cloud.
- Developing a workflow that can scale to different use cases (motorsport, industrial, logistics).
Accomplishments that we're proud of
- Developed a detailed system architecture and pipeline combining AI, IoT, and cloud computing.
- Designed a scalable inspection framework adaptable across industries.
- Created a simulation-based validation pipeline for image differencing and object detection.
- Identified and integrated the appropriate Azure ecosystem components for deployment.
- Built a clear roadmap for hardware prototyping and dataset development in future phases.
What we learned
- How to architect an AI-driven visual inspection system from the ground up.
- Practical understanding of computer vision, object detection, and image differencing techniques.
- Integration of Azure cloud services for ML deployment and IoT data flow.
- The significance of edge–cloud hybrid systems for real-time industrial AI applications.
- Challenges in achieving accuracy, scalability, and reliability in industrial AI designs.
What's next for AutoEye
- Prototype Development: Build a scaled-down physical bridge with multiple cameras and an embedded processing unit.
- Integration of thermal and infrared sensors to detect leaks and overheating components.
- Implementation of AR-based visualization for real-time defect overlays using HoloLens or tablets.
- Addition of predictive analytics and digital twins for failure forecasting and maintenance planning.
- Development of a lightweight mobile version for on-field or drone-based inspections.
- Expansion to federated learning architecture for continuous model improvement across distributed AutoEye systems.
Log in or sign up for Devpost to join the conversation.