From 60e8432ca71564d084400f9113a0938fd3504c82 Mon Sep 17 00:00:00 2001 From: Daniel Crispell Date: Mon, 21 Jan 2019 21:52:22 -0500 Subject: [PATCH] fix filename of teaser image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e861f..eb9c3bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ * The pix2face dense face alignment and 3D estimation network ([pix2face_net](https://github.com/VisionSystemsInc/pix2face_net)) * The camera/pose and face coefficient estimation contained in the [face3d](https://github.com/VisionSystemsInc/face3d) repository * Rendering of novel viewpoints and expressions -![](pix2face_super_teaser.png "pix2face_teaser") +![](pix2face_teaser.png "pix2face_teaser") ## Requirements You have two options for running: within a docker container, or natively on your system. The only requirement for the former is docker itself. The requirements for building and running natively are: