Object Detection in Keras

Implementing Single Shot Detector (SSD) in Keras: Part V — Predictions Decoding

Constructing a Keras layer to decode predictions produced by the SSD Network

Socret Lee
Towards Data Science
4 min readMar 29, 2021

--

Predictions decoding process. Edited by Author. Source: Marcia Soligo

I. Introduction

From the four previous articles, we are able to train the SSD network and produce a…

--

--