Skip to content

Commit e0c3770

Browse files
committed
add instructions for manually model downloading
1 parent f519516 commit e0c3770

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Head pose estimation
22

3-
Realtime human head pose estimation with ONNXRuntime and OpenCV.
3+
Realtime human head pose estimation with ONNX Runtime and OpenCV.
44

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

2222
The code was tested on Ubuntu 22.04 with following frameworks:
23-
- ONNXRuntime: 1.14.1
23+
- ONNX Runtime: 1.17.1
2424
- OpenCV: 4.5.4
2525

2626
### Installing
@@ -35,7 +35,12 @@ Install dependencies with pip:
3535
pip install -r requirements.txt
3636
```
3737

38-
Note there are pre-trained models provided in the `assets` directory.
38+
Pre-trained models provided in the `assets` directory. Download them with Git LFS:
39+
```bash
40+
git lfs pull
41+
```
42+
43+
Or, download manually from the [release page](https://github.com/yinguobing/head-pose-estimation/releases).
3944

4045
## Running
4146

0 commit comments

Comments
 (0)