summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-06-05trackhat: add updaterStanislaw Halik
2022-06-05trackhat: add simplified uiStanislaw Halik
2022-06-05trackhat: add installer entryStanislaw 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
2022-05-11opentrack: use hires profile iconStanislaw Halik
2022-05-11opentrack: implement profile vendor presetsStanislaw Halik
Sponsored by: TrackHat Sponsored by: IRTrack
2022-05-11tracker/trackhat: new trackerStanislaw Halik
Sponsored by: TrackHat
2022-05-11Merge pull request #1468 from TheSpartaPT/patch-1Stanislaw Halik
2022-05-11Added support for MJPEG compression for neuralnetPedro Silva
- Added support for MJPEG compression for neuralnet tracker
2022-04-29tracker/hatire: enable setting DTR on com portStanislaw Halik
2022-04-28tracker/kinect: fix camera providerStanislaw Halik
Issue: #1461
2022-04-26tracker/pt: make dialog less tallStanislaw Halik
2022-04-23tracker/nn: only install shared library on win32Stanislaw Halik
2022-04-23tracker/neuralnet: add libomp redistributable for msvcStanislaw Halik
Issue: #1394
2022-04-19compat/timer: fix lupdate on number separatorStanislaw Halik
2022-04-19fix i18n generationStanislaw Halik
2022-04-19tracker/pt: add point filter deadzoneStanislaw Halik
2022-04-19opentrack: require more vertical space for embeddingStanislaw Halik
2022-04-19gui: fix vertically stretched layout in options dlgStanislaw Halik
2022-03-29Merge pull request #1426 from sharpTrick/increase_spline_capStanislaw Halik
2022-03-23filter/accela: add old staircase behaviorStanislaw Halik
2022-02-26Update build-windows.batStanislaw Halik
2022-02-26Update build-windows.batStanislaw Halik
2022-02-26tracker/aruco: allow use of mjpeg compressionStanislaw Halik
Issue: #1431
2022-02-26sdk paths: use qt 5.15 with kde patchesStanislaw Halik
2022-02-26tracker/aruco: fix bad cmake conditionStanislaw Halik