Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | installer: update version | Stanislaw Halik | |
2023-02-06 | [MERGE] tracker/trackhat: rename module friendly name | Stanislaw Halik | |
Let's avoid confusing TrackHat PS3 Eye and v2 sensor users. | |||
2023-02-01 | update todo | Stanislaw Halik | |
2023-02-01 | video/opencv: workaround win11 trackhat camera bug | Stanislaw Halik | |
2023-01-28 | installer, opentrack: fix spelling | Stanislaw Halik | |
2023-01-28 | tracker/nn: flip roll | Stanislaw Halik | |
2023-01-27 | update todo | Stanislaw Halik | |
2023-01-27 | pose-widget: update backward-facing image | Stanislaw Halik | |
2023-01-27 | tracker/nn: set exposure while tracking | Stanislaw Halik | |
2023-01-27 | update installer | Stanislaw Halik | |
2023-01-26 | pose-widget: add grid lines | Stanislaw Halik | |
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 | |