How to play Quidditch using the TensorFlow Object Detection API
Table of Contents

Image classification using convolutional neural networks (CNNs) is fairly easy today, especially with the advent of powerful front-end wrappers such as Keras with a TensorFlow back-end. But what if you want to identify more than one object in an image?
Source: freecodecamp.org