Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | update todo | Stanislaw Halik | |
2023-01-23 | tracker/nn: fix layout stretching itself | Stanislaw Halik | |
2023-01-23 | [MERGE] cmake: oops, fix qt library copy logic | Stanislaw Halik | |
2023-01-23 | cmake: don't build non-trackhat trackers/filters | Stanislaw Halik | |
2023-01-23 | video/opencv, tracker/nn: add exposure presets | Stanislaw Halik | |
2023-01-23 | tracker/nn: try fixing center on startup | Stanislaw Halik | |
2023-01-23 | update todo | Stanislaw Halik | |
2023-01-23 | opentrack: adjust window title | Stanislaw Halik | |
2023-01-23 | opentrack: fix tab order for new ui | Stanislaw Halik | |
2023-01-23 | fix some margin stuff | Stanislaw Halik | |
2023-01-23 | opentrack: use even smaller layout with 320x240 preview | Stanislaw Halik | |
2023-01-23 | tracker/nn: remove hardcoded camera settings from ui | Stanislaw Halik | |
2023-01-23 | update todo | Stanislaw Halik | |
2023-01-23 | [MERGE] cmake: recompile .rc on .ico change | Stanislaw Halik | |
2023-01-23 | [MERGE] video/widget: fix size not set | Stanislaw Halik | |
2023-01-23 | add trackhat icons | Stanislaw Halik | |
2023-01-23 | add compact video feed | Stanislaw Halik | |
2023-01-23 | opentrack: add new ui assets | Stanislaw Halik | |
2023-01-23 | tracker/nn, video/opencv: hardcode camera name | Stanislaw Halik | |
2023-01-23 | opentrack: set min window size | Stanislaw Halik | |
Profile names get cut off otherwise. | |||
2023-01-23 | add todo | Stanislaw Halik | |
2023-01-23 | opentrack: add compact ui | Stanislaw Halik | |
2023-01-23 | proto/freetrack: rename for compact ui | Stanislaw Halik | |
2023-01-23 | [MERGE] tracker/nn: make dialog embeddable | Stanislaw Halik | |
2023-01-23 | [MERGE] opentrack: add UI_NO_VIDEO_FRAME | Stanislaw Halik | |
2023-01-23 | [MERGE] cmake/msvc: actually disable it | Stanislaw Halik | |
Incremental LTO broke Wii again. | |||
2023-01-23 | cmake: respect DESTDIR for preset directory | Stanislaw Halik | |
Based on a patch by @dlpierce Fixes #1603 | |||
2023-01-04 | cmake/msvc: try enabling incremental lto again | Stanislaw Halik | |
2023-01-04 | update .clang-{format,tidy} | Stanislaw Halik | |
2022-12-20 | Merge pull request #1590 from DaWelter/master | Stanislaw Halik | |
2022-12-20 | Fix initialization order issues | Michael Welter | |
2022-11-10 | update CI | Stanislaw Halik | |
2022-11-10 | ps3eye: add experimental URB transfer retry | Stanislaw Halik | |
2022-11-01 | tracker/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-01 | now remove cmake workarounds for onnxruntime | Stanislaw Halik | |
Followup from #1562. | |||
2022-11-01 | tracker/nn: Let cmake script support a greater variety of ONNX installs | Michael Welter | |
2022-10-26 | more cmake cruft | Stanislaw Halik | |
2022-10-26 | tracker/nn: fix build | Stanislaw Halik | |
Issue: #1559 | |||
2022-10-26 | clang-tidy: update | Stanislaw Halik | |
2022-10-21 | tracker/realsense: downgrade to r2 | Stanislaw Halik | |
Issue: #1317 Installation instructions in the UI based on post by @JayMonkey <https://github.com/opentrack/opentrack/issues/1317#issuecomment-908408101>. | |||
2022-10-21 | cmake: really make the preset dir properly this time | Stanislaw Halik | |
2022-10-21 | cmake: force relink to hopefully fix wiimote bug | Stanislaw Halik | |
Issue: #1554 | |||
2022-10-21 | cmake/msvc: kill -D_CRT_BUILTIN_OFFSETOF | Stanislaw Halik | |
2022-10-21 | cmake: kill crufty msvc-clang toolchain file | Stanislaw Halik | |
It was messing up my zsh tab completion. | |||
2022-10-19 | sdk paths: try to find nasmopentrack-2022.3.2 | Stanislaw Halik | |
2022-10-19 | cmake: create empty presets dir on install | Stanislaw Halik | |
2022-10-19 | update .clang-tidy | Stanislaw Halik | |
2022-10-19 | cmake/msvc: actually disable CMAKE_CROSSCOMPILING | Stanislaw Halik | |
2022-10-18 | cmake/msvc: never crosscompiling | Stanislaw Halik | |
2022-10-18 | cmake/msvc: disable buggy incremental LTO | Stanislaw Halik | |