Welcome to AMoD 2019 - Robust object detection repository! Two main sections of this repository include:
- dt-object-detection-training: details the instructions to train the Duckietown object detection models
- googlecoral-duckiebot: details the steps to run inference of the trained Duckietown object detection models on the Duckiebot with Google Coral USB accelerator
The comprehensive report of this project is organized in Overleaf.
We trained several quantized Single Shot Detector (SSD) MobileNet V2 models with an application specific for Duckietown objects. Our goal is to produce an object detection model that is robust to different lighting conditions. In brief, the contributions of this project are threefold:
- Introduced safety-weighted loss function, where misclassification is penalized more severely for critical objects in critical areas
- Applied extra data augmentations, namely random image scale, random brightness,random contrast, and random saturation
- Deployed Google Coral USB Accelerator in Duckiebot to enable live inference.
Name | GitHub username | |
---|---|---|
Maximilian Stölzle | [email protected] | mstoelzle |
Stefan Lionar | [email protected] | splionar |