summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2022-06-05contrib: add libusb installer for ps3eye open driverStanislaw Halik
2022-06-05tracker/trackhat: implement LED tracking indicatorStanislaw Halik
2022-06-05tracker/trackhat: fix camera nameStanislaw Halik
2022-06-05tracker/trackhat: add back gain sliderStanislaw Halik
2022-06-05tracker/pt: don't link static lib with opentrack-videoStanislaw Halik
2022-06-05tracker/steamvr: adapt to openvr api changesStanislaw Halik
2022-06-05opentrack: implement preset installationStanislaw Halik
2022-06-05tracker/trackhat: fix custom modelStanislaw Halik
Issue: #1474
2022-06-05options: cache the profile listStanislaw Halik
2022-06-05gui: enable module tabs even on small screensStanislaw Halik
2022-06-05bump CMAKE_CXX_STANDARDStanislaw Halik
2022-05-26Merge pull request #1476 from DaWelter/masterStanislaw Halik
2022-05-21tracker/nn: Fix localizer interfering with tracking when tracking is still goodMichael Welter
2022-05-21tracker/nn: Fix drawing of uninitialized face ROI bufferMichael Welter
2022-05-19tracker/nn: Use postfix underscore to indicate class member variablesMichael Welter
2022-05-19tracker/nn: Improve previewMichael 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-19tracker/nn: Add resolution setting and tooltipsMichael Welter
Tooltips only for half of the settings or so. When hovering over the actual input boxes.
2022-05-19tracker/nn: Add support for recurrent model and further tweaksMichael 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-15tracker/nn: Support new coordinate conventions for head rotationMichael Welter
2022-05-15tracker/nn: Don't hardcode the size of the input image for the pose estimatorMichael Welter
2022-05-12tracker/nn: catch exception in case the head pose model throws during inferenceMichael Welter
2022-05-11add trackhat to my sdk pathsStanislaw Halik
2022-05-11installer: fix warningStanislaw Halik
2022-05-11tracker/{pt-base,trackhat}: add variable deadzone factoropentrack-2022.2.0Stanislaw Halik