Member-only story
Custom Edge TPU SSDMobileNet for Shooting Toy Reindeer with DIY 3D Printed Robot
What if your DIY robot could leverage a custom built object detector model to accomplish tasks such as playing fetch or shooting a specific object?
Table of Contents (TOC)
- Purpose
- Background
- Materials & Methods
- Results & Conclusions
- References
1. Purpose
The purpose of this article is to create a custom object detector tflite model on my toy reindeer, by applying transfer learning. Transfer learning is applied to a state of the art object detector, SSD MobileNet V2 FPNLite.³ The trained model should provide reasonable precision and recall when deployed to a Raspberry Pi 4 Model B with Coral USB Accelerator for Edge TPU inference.¹⁵
Training Notebook
Evaluation Notebook