How to play Quidditch using the TensorFlow Object Detection API

How to play Quidditch using the TensorFlow Object Detection API

  • March 3, 2018
Table of Contents

How to play Quidditch using the TensorFlow Object Detection API

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

Share :
comments powered by Disqus

Related Posts

Mobile Real-time Video Segmentation

Mobile Real-time Video Segmentation

We use big convolution kernels with large strides of four and above to detect object features on the high-resolution RGB input frame. Convolutions for layers with a small number of channels (as it is the case for the RGB input) are comparably cheap, so using big kernels here has almost no effect on the computational costs.

Read More