From 6ea6664acd2a217d89a996b2de8ac1fd5219a068 Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz <nruiz9@gatech.edu> Date: 星期三, 29 十一月 2017 13:56:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 8bf6766..f2c8e22 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Hopenet** is an accurate and easy to use head pose estimation network. Models have been trained on the 300W-LP dataset and have been tested on real data with good qualitative performance. For accuracy numbers and more details about the method please check the [paper](https://arxiv.org/abs/1710.00925). -To use please install [PyTorch](http://pytorch.org/) and [OpenCV](https://opencv.org/) (for video) - I believe that's all you need apart from usual libraries such as numpy. +To use please install [PyTorch](http://pytorch.org/) and [OpenCV](https://opencv.org/) (for video) - I believe that's all you need apart from usual libraries such as numpy. You need a GPU to run Hopenet (for now). To test on a video using dlib face detections (center of face will be jumpy): ```bash -- Gitblit v1.8.0