summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-01-04update .clang-{format,tidy}Stanislaw Halik
2022-12-20Merge pull request #1590 from DaWelter/masterStanislaw Halik
2022-12-20Fix initialization order issuesMichael Welter
2022-11-10update CIStanislaw Halik
2022-11-10ps3eye: add experimental URB transfer retryStanislaw Halik
2022-11-01tracker/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-01now remove cmake workarounds for onnxruntimeStanislaw Halik
Followup from #1562.
2022-11-01tracker/nn: Let cmake script support a greater variety of ONNX installsMichael Welter
2022-10-26more cmake cruftStanislaw Halik
2022-10-26tracker/nn: fix buildStanislaw Halik
Issue: #1559
2022-10-26clang-tidy: updateStanislaw Halik
2022-10-21tracker/realsense: downgrade to r2Stanislaw Halik
Issue: #1317 Installation instructions in the UI based on post by @JayMonkey <https://github.com/opentrack/opentrack/issues/1317#issuecomment-908408101>.
2022-10-21cmake: really make the preset dir properly this timeStanislaw Halik
2022-10-21cmake: force relink to hopefully fix wiimote bugStanislaw Halik
Issue: #1554
2022-10-21cmake/msvc: kill -D_CRT_BUILTIN_OFFSETOFStanislaw Halik
2022-10-21cmake: kill crufty msvc-clang toolchain fileStanislaw Halik
It was messing up my zsh tab completion.
2022-10-19sdk paths: try to find nasmopentrack-2022.3.2Stanislaw Halik
2022-10-19cmake: create empty presets dir on installStanislaw Halik
2022-10-19update .clang-tidyStanislaw Halik
2022-10-19cmake/msvc: actually disable CMAKE_CROSSCOMPILINGStanislaw Halik
2022-10-18cmake/msvc: never crosscompilingStanislaw Halik
2022-10-18cmake/msvc: disable buggy incremental LTOStanislaw Halik
2022-10-18cmake/msvc: squelch warningStanislaw Halik
2022-10-18update .clang-tidyStanislaw Halik
2022-10-10options/tie: fix QComboBox connect() thread safetyopentrack-2022.3.1Stanislaw Halik
2022-10-10Revert "options/value: add `QObject::connect` wrapper"Stanislaw Halik
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
2022-10-10tracker/neuralnet: fix buildStanislaw Halik
2022-10-10tracker/steamvr: output more device typesStanislaw Halik
2022-10-10cmake: less logspam on `make install`Stanislaw Halik
2022-10-10cmake/msvc: cleanupStanislaw Halik
2022-10-10filter/accela: fix accidentally clamping position dataStanislaw Halik
Introduced in: 7252c001 Tested by: @Pieloth Issue: #1349
2022-10-10update my sdk pathsStanislaw Halik
2022-10-10cmake/msvc: updateStanislaw Halik
2022-10-10update .clang-tidyStanislaw Halik
2022-07-11qxt-mini: workaround osx lack of keyup eventsStanislaw Halik
2022-07-01compat: drop pre-C++20 macros.hpp headerStanislaw Halik
2022-07-01whitespace onlyStanislaw Halik
2022-07-01options/value: add `QObject::connect` wrapperStanislaw 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-01compat/macros: move cv_qualified to options/Stanislaw Halik
2022-07-01compat: remove warning when no UVC webcams connectedStanislaw Halik
2022-06-19tracker/trackhat: use the old point size scaleopentrack-2022.3.0Stanislaw Halik
2022-06-19tracker/trackhat: set maximum avail output resolutionStanislaw Halik
2022-06-17tracker/wii: call p_mDev->disconnect() in dtorStanislaw Halik
2022-06-17tracker/wii: clean up a littleStanislaw Halik
2022-06-17tracker/wii: fix check_visible bugStanislaw Halik
2022-06-16cmake: don't pass OPENTRACK_ORG on cmdlineStanislaw Halik
2022-06-13tracker/steamvr: fix debug message prefixStanislaw Halik
2022-06-12clang-tidy: updateStanislaw Halik
2022-06-12gui: remove outdated commentStanislaw Halik
2022-06-05tracker/steamvr: use internal centering with no VRChaperoneStanislaw Halik