summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-01-23update todoStanislaw Halik
2023-01-23tracker/nn: fix layout stretching itselfStanislaw Halik
2023-01-23[MERGE] cmake: oops, fix qt library copy logicStanislaw Halik
2023-01-23cmake: don't build non-trackhat trackers/filtersStanislaw Halik
2023-01-23video/opencv, tracker/nn: add exposure presetsStanislaw Halik
2023-01-23tracker/nn: try fixing center on startupStanislaw Halik
2023-01-23update todoStanislaw Halik
2023-01-23opentrack: adjust window titleStanislaw Halik
2023-01-23opentrack: fix tab order for new uiStanislaw Halik
2023-01-23fix some margin stuffStanislaw Halik
2023-01-23opentrack: use even smaller layout with 320x240 previewStanislaw Halik
2023-01-23tracker/nn: remove hardcoded camera settings from uiStanislaw Halik
2023-01-23update todoStanislaw Halik
2023-01-23[MERGE] cmake: recompile .rc on .ico changeStanislaw Halik
2023-01-23[MERGE] video/widget: fix size not setStanislaw Halik
2023-01-23add trackhat iconsStanislaw Halik
2023-01-23add compact video feedStanislaw Halik
2023-01-23opentrack: add new ui assetsStanislaw Halik
2023-01-23tracker/nn, video/opencv: hardcode camera nameStanislaw Halik
2023-01-23opentrack: set min window sizeStanislaw Halik
Profile names get cut off otherwise.
2023-01-23add todoStanislaw Halik
2023-01-23opentrack: add compact uiStanislaw Halik
2023-01-23proto/freetrack: rename for compact uiStanislaw Halik
2023-01-23[MERGE] tracker/nn: make dialog embeddableStanislaw Halik
2023-01-23[MERGE] opentrack: add UI_NO_VIDEO_FRAMEStanislaw Halik
2023-01-23[MERGE] cmake/msvc: actually disable itStanislaw Halik
Incremental LTO broke Wii again.
2023-01-23cmake: respect DESTDIR for preset directoryStanislaw Halik
Based on a patch by @dlpierce Fixes #1603
2023-01-04cmake/msvc: try enabling incremental lto againStanislaw Halik
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