Object Detection in Keras

Implementing Single Shot Detector (SSD) in Keras: Part IV — Data Augmentation

Python code for augmenting training samples for the SSD network

Socret Lee
Towards Data Science
6 min readMar 16, 2021

--

Edited by Author. Source: Justin Aikin

I. Introduction

In the last three parts of this series, we have worked on a complete pipeline for training the SSD network…

--

--