Semantic Segmentation for a Solar-Panel Inspection Drone
Overview
What this challenge is about.
Use a publicly-available solar-panel dataset (or the PV-Defect-Detection dataset). Fine-tune a small U-Net or SegFormer-tiny on panel/no-panel pixel-level segmentation. Evaluate Intersection-over-Union (IoU) on a held-out 200-image test set. Adapt to the drone style by re-applying augmentation strategies (perspective warps, shadow synthesis). Deliver the trained model, an evaluation notebook, and a 3-page memo on data-collection priorities for the next field campaign.
The Brief
What you'll do, and what you'll demonstrate.
Train a panel-segmentation model that achieves at least 0.80 IoU on the held-out test set and recommend the next data-collection priorities.
Earning criteria — what you'll demonstrate
- Fine-tune a small segmentation model on a real dataset
- Design augmentations that mimic the deployment distribution
- Evaluate segmentation with IoU and qualitative inspection
- Recommend data-collection priorities from error analysis
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
Careers
Roles this prepares you for.
Real titles. Real skill bridges. Pick the one closest to your trajectory.
Career paths this builds toward
Canonical rolesComputer Vision Engineer
Domain-adapted segmentation on aerial imagery is the day-one CV engineering task at any drone-inspection or geospatial-AI company.
This challenge sharpens
- semantic-segmentation
- cnn
- transfer-learning
Machine Learning Engineer
Augmentation discipline and clear evaluation are the MLE habits that get domain-shift problems solved.
This challenge sharpens
- data-augmentation
- evaluation
- pytorch
Applied AI Scientist
Turning error analysis into next-campaign data-collection priorities is the applied-AI-scientist craft of closing the loop between model and data.
This challenge sharpens
- evaluation
- data-augmentation
- semantic-segmentation