Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | update CI | Stanislaw Halik | |
2022-11-10 | ps3eye: add experimental URB transfer retry | Stanislaw Halik | |
2022-11-01 | tracker/nn: Tweaks, refactoring, a deadzone filtering and support for ↵ | Michael Welter | |
uncertainty estimation * Add rudimentary test for two functions .. maybe more in future * Fix the rotation correction from vertical translation * Move preview class to new files * Move neural network model adapters to new files * Add utility functions for opencv * Query the model inputs/outputs by name to see what is available * Supports outputs for standard deviation of the data distribution - What you get if you let your model output the full parameters of a gaussian distribution (depending on the inputs) and fit it with negative log likelihood loss. * Disabled support for sequence models * Add support for detection of eye open/close classification. Scale uncertainty estimate up if eyes closed * Add a deadzone filter which activates if the model supports uncertainty quantification. The deadzone scales becomes larger the more uncertain the model/data are. This is mostly supposed to be useful to suppress large estimate errors when the user blinks with the eyes * Fix distance being twice of what it should have been | |||
2022-11-01 | now remove cmake workarounds for onnxruntime | Stanislaw Halik | |
Followup from #1562. | |||
2022-11-01 | tracker/nn: Let cmake script support a greater variety of ONNX installs | Michael Welter | |
2022-10-26 | more cmake cruft | Stanislaw Halik | |
2022-10-26 | tracker/nn: fix build | Stanislaw Halik | |
Issue: #1559 | |||
2022-10-26 | clang-tidy: update | Stanislaw Halik | |
2022-10-21 | tracker/realsense: downgrade to r2 | Stanislaw Halik | |
Issue: #1317 Installation instructions in the UI based on post by @JayMonkey <https://github.com/opentrack/opentrack/issues/1317#issuecomment-908408101>. | |||
2022-10-21 | cmake: really make the preset dir properly this time | Stanislaw Halik | |
2022-10-21 | cmake: force relink to hopefully fix wiimote bug | Stanislaw Halik | |
Issue: #1554 | |||
2022-10-21 | cmake/msvc: kill -D_CRT_BUILTIN_OFFSETOF | Stanislaw Halik | |
2022-10-21 | cmake: kill crufty msvc-clang toolchain file | Stanislaw Halik | |
It was messing up my zsh tab completion. | |||
2022-10-19 | sdk paths: try to find nasmopentrack-2022.3.2 | Stanislaw Halik | |
2022-10-19 | cmake: create empty presets dir on install | Stanislaw Halik | |
2022-10-19 | update .clang-tidy | Stanislaw Halik | |
2022-10-19 | cmake/msvc: actually disable CMAKE_CROSSCOMPILING | Stanislaw Halik | |
2022-10-18 | cmake/msvc: never crosscompiling | Stanislaw Halik | |
2022-10-18 | cmake/msvc: disable buggy incremental LTO | Stanislaw Halik | |
2022-10-18 | cmake/msvc: squelch warning | Stanislaw Halik | |
2022-10-18 | update .clang-tidy | Stanislaw Halik | |
2022-10-10 | options/tie: fix QComboBox connect() thread safetyopentrack-2022.3.1 | Stanislaw Halik | |
2022-10-10 | Revert "options/value: add `QObject::connect` wrapper" | Stanislaw Halik | |
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7. | |||
2022-10-10 | tracker/neuralnet: fix build | Stanislaw Halik | |
2022-10-10 | tracker/steamvr: output more device types | Stanislaw Halik | |
2022-10-10 | cmake: less logspam on `make install` | Stanislaw Halik | |
2022-10-10 | cmake/msvc: cleanup | Stanislaw Halik | |
2022-10-10 | filter/accela: fix accidentally clamping position data | Stanislaw Halik | |
Introduced in: 7252c001 Tested by: @Pieloth Issue: #1349 | |||
2022-10-10 | update my sdk paths | Stanislaw Halik | |
2022-10-10 | cmake/msvc: update | Stanislaw Halik | |
2022-10-10 | update .clang-tidy | Stanislaw Halik | |
2022-07-11 | qxt-mini: workaround osx lack of keyup events | Stanislaw Halik | |
2022-07-01 | compat: drop pre-C++20 macros.hpp header | Stanislaw Halik | |
2022-07-01 | whitespace only | Stanislaw Halik | |
2022-07-01 | options/value: add `QObject::connect` wrapper | Stanislaw Halik | |
This is useful not just to save on complexity in call sites, but also because I plan on using the Verdigris library to remove needless `valueChanged()` and `setValue()` overloads from each `value<t>` instance. Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex` was erroneously called as `Qt::DirectConnection`. | |||
2022-07-01 | compat/macros: move cv_qualified to options/ | Stanislaw Halik | |
2022-07-01 | compat: remove warning when no UVC webcams connected | Stanislaw Halik | |
2022-06-19 | tracker/trackhat: use the old point size scaleopentrack-2022.3.0 | Stanislaw Halik | |
2022-06-19 | tracker/trackhat: set maximum avail output resolution | Stanislaw Halik | |
2022-06-17 | tracker/wii: call p_mDev->disconnect() in dtor | Stanislaw Halik | |
2022-06-17 | tracker/wii: clean up a little | Stanislaw Halik | |
2022-06-17 | tracker/wii: fix check_visible bug | Stanislaw Halik | |
2022-06-16 | cmake: don't pass OPENTRACK_ORG on cmdline | Stanislaw Halik | |
2022-06-13 | tracker/steamvr: fix debug message prefix | Stanislaw Halik | |
2022-06-12 | clang-tidy: update | Stanislaw Halik | |
2022-06-12 | gui: remove outdated comment | Stanislaw Halik | |
2022-06-05 | tracker/steamvr: use internal centering with no VRChaperone | Stanislaw Halik | |
2022-06-05 | contrib: add libusb installer for ps3eye open driver | Stanislaw Halik | |
2022-06-05 | tracker/trackhat: implement LED tracking indicator | Stanislaw Halik | |
2022-06-05 | tracker/trackhat: fix camera name | Stanislaw Halik | |