Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-04 | switch to using -MD with msvc | Stanislaw Halik | |
2024-05-30 | tracker/nn: Fix a warning from double to float conversion | Michael Welter | |
2024-05-14 | Add new filter: HamiltonAccela which is a combination of ideas from Accela ↵ | Michael Welter | |
and Hamilton filters (#1843) | |||
2024-05-13 | Merge pull request #1848 from Username404-59/master | Stanislaw Halik | |
2024-05-13 | video-ps3eye: Fix compilation with clang | Username404-59 | |
2024-05-09 | tracker/nn: Add support for 3x3 pos/size cov matrix (and some cleanup) (#1845) | Michael Welter | |
Adds support for 3x3 covariance matrices for position+size estimation. My recent (unreleased) models output those instead of only component wise standard deviations. Overall Accept 3x3 covariance matrix output for position+size Old models still worked fine in my testing Delete commented code which was there previously to support recurrent models. (Won't be used in foreseeable future) Delete leftover code for experiments with closed eyes detection (Likewise, I have given up on that / Is not really needed any more) Improve comments and code quality in the internal filter code | |||
2024-05-09 | cmake: remove Eigen from sdk presets | Stanislaw Halik | |
Related-to: #1844 | |||
2024-05-09 | video/ps3eye: set alignment to 64 for shm | Stanislaw Halik | |
The mapping is page-aligned anyway. | |||
2024-05-09 | Merge pull request #1844 from DaWelter/delete-filter-kalman | Stanislaw Halik | |
2024-05-09 | Remove eigen3 dependency | Michael Welter | |
2024-04-08 | tracker/tobii: confuse Linux users less | Stanislaw Halik | |
2024-03-24 | compat/macros: actually enable always_inline | Stanislaw Halik | |
2024-02-12 | cmake: fix toolchain file | Stanislaw Halik | |
2024-02-11 | cmake: try switching to -MD now | Stanislaw Halik | |
2024-02-11 | tracker/neuralnet: remove trailing whitespace | Stanislaw Halik | |
2024-02-11 | update my sdk paths | Stanislaw Halik | |
2024-02-08 | remove obsolete TODO comments | Stanislaw Halik | |
2024-02-08 | gui: rename settings-dialog.ui to options-dialog.ui | Stanislaw Halik | |
2024-02-08 | i18n: add stubs for {pre,post}-invert settings dialog options | Stanislaw Halik | |
2024-02-08 | add post-invert, rename invert to pre-invert | Stanislaw Halik | |
Requested by: a few people | |||
2024-02-08 | dinput: try to fix F13-F23 keys | Stanislaw Halik | |
Issue: #1269 | |||
2024-02-08 | cmake: kill obsolete variant stuff | Stanislaw Halik | |
This isn't needed for TrackHat as we switched to a different method. | |||
2024-02-08 | clang-tidy: update | Stanislaw Halik | |
2024-01-24 | Update opentrack-platform.cmake | Stanislaw Halik | |
2024-01-21 | spline: fix busy-loop in widget redraw | Stanislaw Halik | |
2024-01-21 | cmake: fix harmless typo | Stanislaw Halik | |
2024-01-21 | add todo | Stanislaw Halik | |
2024-01-21 | cmake: fix onnxruntime finding script | Stanislaw Halik | |
2024-01-21 | ci: wip | Stanislaw Halik | |
2024-01-21 | cmake: add noexec stack on ELF platforms | Stanislaw Halik | |
2024-01-21 | update my sdk paths to new private nonfree repo | Stanislaw Halik | |
2024-01-21 | try to fix my toolchain file | Stanislaw Halik | |
2024-01-21 | spline: switch back to using double precision | Stanislaw Halik | |
2023-11-25 | tracker/hatire: cleanup debug code | Stanislaw Halik | |
2023-11-13 | Merge pull request #1754 from zaninime/fix-wine-no-wrapper | Stanislaw Halik | |
2023-11-13 | Fix build for wine without wrapper | Francesco Zanini | |
`connected_game` is only declared in a specific configuration. | |||
2023-11-07 | Merge pull request #1747 from ddzzkunye/translations1107 | Stanislaw Halik | |
2023-11-07 | Some translations | 前进! | |
2023-11-06 | filter/ewma: actually fix wrong background coloropentrack-2023.3.0 | Stanislaw Halik | |
2023-11-06 | add forgotten license for libusb (oops) | Stanislaw Halik | |
2023-11-05 | gitattributes: fix missing newline at eof | Stanislaw Halik | |
2023-11-05 | tracker/hatire: add non-standard baud rates | Stanislaw Halik | |
Fixes: #1689 | |||
2023-11-05 | installer: kill existing install directory on upgrade | Stanislaw Halik | |
2023-11-05 | installer: fix output directory as symlink | Stanislaw Halik | |
2023-11-05 | NeuralNet Tracker: New Models (#1742) | Michael Welter | |
tracker/nn: Add new models Co-Authored-By: Stanislaw Halik <sthalik@misaki.pl> | |||
2023-11-05 | clang-tidy: update | Stanislaw Halik | |
2023-11-05 | cmake/msvc: fix ninja.exe wrong path after upgrade | Stanislaw Halik | |
2023-11-05 | add a couple todo comments | Stanislaw Halik | |
2023-11-05 | i18n: regen (whitespace only) | Stanislaw Halik | |
2023-11-05 | cmake: update my sdk paths | Stanislaw Halik | |