Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-06-05 | tracker/trackhat: add back gain slider | Stanislaw Halik | |
2022-06-05 | tracker/pt: don't link static lib with opentrack-video | Stanislaw Halik | |
2022-06-05 | tracker/steamvr: adapt to openvr api changes | Stanislaw Halik | |
2022-06-05 | opentrack: implement preset installation | Stanislaw Halik | |
2022-06-05 | tracker/trackhat: fix custom model | Stanislaw Halik | |
Issue: #1474 | |||
2022-06-05 | options: cache the profile list | Stanislaw Halik | |
2022-06-05 | gui: enable module tabs even on small screens | Stanislaw Halik | |
2022-06-05 | bump CMAKE_CXX_STANDARD | Stanislaw Halik | |
2022-05-26 | Merge pull request #1476 from DaWelter/master | Stanislaw Halik | |
2022-05-21 | tracker/nn: Fix localizer interfering with tracking when tracking is still good | Michael Welter | |
2022-05-21 | tracker/nn: Fix drawing of uninitialized face ROI buffer | Michael Welter | |
2022-05-19 | tracker/nn: Use postfix underscore to indicate class member variables | Michael Welter | |
2022-05-19 | tracker/nn: Improve preview | Michael Welter | |
* The preview image is now generated with the dimensions of the widget * The pose visualization is added afterwards adjusted to the preview size * The fps / inference time readout is moved to the settings dialog * The actual obtained resolution from the camera is also shown * Dialog layout is changed Note: Switching to using underscore to mark class member vars. It's not consistently applied yet. | |||
2022-05-19 | tracker/nn: Add resolution setting and tooltips | Michael Welter | |
Tooltips only for half of the settings or so. When hovering over the actual input boxes. | |||
2022-05-19 | tracker/nn: Add support for recurrent model and further tweaks | Michael Welter | |
Regarding tweaks: * EWA smoothing of head ROI. Smoothing strength is a UI setting. * Adjustible zoom into the detected face. The predicted ROI is scaled by a factor the user can set. There is a sweet spot somewhere near 1. * Adjustible number of threads * The ROI is no longer taken as model output directly. This was actually not needed. Perhaps as auxiliary training objective for the network. But the tracker implementation now just uses a square area around the head center according to the predicted head size. * Add comment and debug notification on face ROI model output | |||
2022-05-15 | tracker/nn: Support new coordinate conventions for head rotation | Michael Welter | |
2022-05-15 | tracker/nn: Don't hardcode the size of the input image for the pose estimator | Michael Welter | |
2022-05-12 | tracker/nn: catch exception in case the head pose model throws during inference | Michael Welter | |
2022-05-11 | add trackhat to my sdk paths | Stanislaw Halik | |
2022-05-11 | installer: fix warning | Stanislaw Halik | |
2022-05-11 | tracker/{pt-base,trackhat}: add variable deadzone factoropentrack-2022.2.0 | Stanislaw Halik | |