Bringing the Mona Lisa Effect to Life with TensorFlow.js

By tensorflow - 2020-10-27

Description

Urban legend says that Mona Lisa's eyes will follow you as you move around the room. This interactive digital portrait brings the phenomenon to life..

Summary

  • September 25, 2020 — A guest post by Emily Xie, Software EngineerBackground Urban legend says that Mona Lisa's eyes will follow you as you move around the room.
  • For fun, I recently programmed an interactive digital portrait that brings this phenomenon to life through your browser and webcam.
  • The motion module detects keypoints and local affine transformations from the driving video.
  • The image generation network, then, detects facial landmarks and produces the final output––the source image, warped and in-painted according to the results of the motion module.

 

Topics

  1. Machine_Learning (0.31)
  2. NLP (0.16)
  3. Backend (0.14)

Similar Articles

Targeted adversarial attacks with Keras and TensorFlow

By PyImageSearch - 2020-10-26

In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untarget ...

A Beginner’s Guide to the CLIP Model

By KDnuggets - 2021-03-11

CLIP is a bridge between computer vision and natural language processing. I'm here to break CLIP down for you in an accessible and fun read! In this post, I'll cover what CLIP is, how CLIP works, and ...