File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2222The 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:
3535pip 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
You can’t perform that action at this time.
0 commit comments