diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-11-02 12:09:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 12:09:22 +0000 |
commit | 5ba755aa03e9acb39d4b83c261a9adcbfa985bd5 (patch) | |
tree | 89b5047565ffd76b5574d82544e2aae582a4d020 /tracker-neuralnet/CMakeLists.txt | |
parent | 18dade77d10bf0d13978b3eaa0bcf663f83694f0 (diff) | |
parent | ae4f05419e93c7c382fae8fbca57295343e676a3 (diff) |
Merge pull request #1954 from DaWelter/master
Diffstat (limited to 'tracker-neuralnet/CMakeLists.txt')
-rw-r--r-- | tracker-neuralnet/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-neuralnet/CMakeLists.txt b/tracker-neuralnet/CMakeLists.txt index e7bb3b1c..3729c789 100644 --- a/tracker-neuralnet/CMakeLists.txt +++ b/tracker-neuralnet/CMakeLists.txt @@ -33,9 +33,9 @@ if(OpenCV_FOUND AND ONNXRuntime_FOUND AND OpenMP_FOUND) install( FILES "models/head-localizer.onnx" - "models/head-pose.onnx" "models/head-pose-0.2-big.onnx" "models/head-pose-0.2-small.onnx" + "models/head-pose-0.3-big-quantized.onnx" DESTINATION "${opentrack-libexec}/models" PERMISSIONS ${opentrack-perms-file} ) |