Automatically “block” people in images using a pretrained neural network

Automatically “block” people in images using a pretrained neural network

  • April 3, 2018
Table of Contents

Automatically “block” people in images using a pretrained neural network

A script to automatically ‘block’ people in images (like the Black Mirror episode White Christmas) using Mask R-CNN pretrained on the MS COCO dataset. No GPU required!

Source: github.com

Tags :
Share :
comments powered by Disqus

Related Posts

Swift for TensorFlow

Swift for TensorFlow

Swift for TensorFlow is a result of first-principles thinking applied to machine learning frameworks, and works quite differently than existing TensorFlow language bindings. Whereas prior solutions are designed within the constraints of what can be achieved by a (typically Python or Lua) library, Swift for TensorFlow is based on the belief that machine learning is important enough to deserve first-class language and compiler support.

Read More
Introducing TensorFlow.js: Machine Learning in JavaScript

Introducing TensorFlow.js: Machine Learning in JavaScript

We’re excited to introduce TensorFlow.js, an open-source library you can use to define, train, and run machine learning models entirely in the browser, using Javascript and a high-level layers API. If you’re a Javascript developer who’s new to ML, TensorFlow.js is a great way to begin learning. Or, if you’re a ML developer who’s new to Javascript, read on to learn more about new opportunities for in-browser ML.

Read More