File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Head pose estimation
2
2
3
- Realtime human head pose estimation with ONNXRuntime and OpenCV.
3
+ Realtime human head pose estimation with ONNX Runtime and OpenCV.
4
4
5
5
![ demo] ( doc/demo.gif )
6
6
![ demo] ( doc/demo1.gif )
@@ -20,7 +20,7 @@ These instructions will get you a copy of the project up and running on your loc
20
20
### Prerequisites
21
21
22
22
The code was tested on Ubuntu 22.04 with following frameworks:
23
- - ONNXRuntime : 1.14 .1
23
+ - ONNX Runtime : 1.17 .1
24
24
- OpenCV: 4.5.4
25
25
26
26
### Installing
@@ -35,7 +35,12 @@ Install dependencies with pip:
35
35
pip install -r requirements.txt
36
36
```
37
37
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 ) .
39
44
40
45
## Running
41
46
You can’t perform that action at this time.
0 commit comments