Skip to content

Commit

Permalink
add instructions for manually model downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
yinguobing committed Apr 28, 2024
1 parent f519516 commit e0c3770
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Head pose estimation

Realtime human head pose estimation with ONNXRuntime and OpenCV.
Realtime human head pose estimation with ONNX Runtime and OpenCV.

![demo](doc/demo.gif)
![demo](doc/demo1.gif)
Expand All @@ -20,7 +20,7 @@ These instructions will get you a copy of the project up and running on your loc
### Prerequisites

The code was tested on Ubuntu 22.04 with following frameworks:
- ONNXRuntime: 1.14.1
- ONNX Runtime: 1.17.1
- OpenCV: 4.5.4

### Installing
Expand All @@ -35,7 +35,12 @@ Install dependencies with pip:
pip install -r requirements.txt
```

Note there are pre-trained models provided in the `assets` directory.
Pre-trained models provided in the `assets` directory. Download them with Git LFS:
```bash
git lfs pull
```

Or, download manually from the [release page](https://github.com/yinguobing/head-pose-estimation/releases).

## Running

Expand Down

0 comments on commit e0c3770

Please sign in to comment.