Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | tracker/nn: Fix drawing of uninitialized face ROI buffer | Michael Welter | |
2022-05-19 | tracker/nn: Use postfix underscore to indicate class member variables | Michael Welter | |
2022-05-19 | tracker/nn: Improve preview | Michael 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-19 | tracker/nn: Add resolution setting and tooltips | Michael Welter | |
Tooltips only for half of the settings or so. When hovering over the actual input boxes. | |||
2022-05-19 | tracker/nn: Add support for recurrent model and further tweaks | Michael 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-15 | tracker/nn: Support new coordinate conventions for head rotation | Michael Welter | |
2022-05-15 | tracker/nn: Don't hardcode the size of the input image for the pose estimator | Michael Welter | |
2022-05-12 | tracker/nn: catch exception in case the head pose model throws during inference | Michael Welter | |
2022-05-11 | add trackhat to my sdk paths | Stanislaw Halik | |
2022-05-11 | installer: fix warning | Stanislaw Halik | |
2022-05-11 | tracker/{pt-base,trackhat}: add variable deadzone factoropentrack-2022.2.0 | Stanislaw Halik | |
2022-05-11 | opentrack: use hires profile icon | Stanislaw Halik | |
2022-05-11 | opentrack: implement profile vendor presets | Stanislaw Halik | |
Sponsored by: TrackHat Sponsored by: IRTrack | |||
2022-05-11 | tracker/trackhat: new tracker | Stanislaw Halik | |
Sponsored by: TrackHat | |||
2022-05-11 | Merge pull request #1468 from TheSpartaPT/patch-1 | Stanislaw Halik | |
2022-05-11 | Added support for MJPEG compression for neuralnet | Pedro Silva | |
- Added support for MJPEG compression for neuralnet tracker | |||
2022-04-29 | tracker/hatire: enable setting DTR on com port | Stanislaw Halik | |
2022-04-28 | tracker/kinect: fix camera provider | Stanislaw Halik | |
Issue: #1461 | |||
2022-04-26 | tracker/pt: make dialog less tall | Stanislaw Halik | |
2022-04-23 | tracker/nn: only install shared library on win32 | Stanislaw Halik | |
2022-04-23 | tracker/neuralnet: add libomp redistributable for msvc | Stanislaw Halik | |
Issue: #1394 | |||
2022-04-19 | compat/timer: fix lupdate on number separator | Stanislaw Halik | |
2022-04-19 | fix i18n generation | Stanislaw Halik | |
2022-04-19 | tracker/pt: add point filter deadzone | Stanislaw Halik | |
2022-04-19 | opentrack: require more vertical space for embedding | Stanislaw Halik | |
2022-04-19 | gui: fix vertically stretched layout in options dlg | Stanislaw Halik | |
2022-03-29 | Merge pull request #1426 from sharpTrick/increase_spline_cap | Stanislaw Halik | |
2022-03-23 | filter/accela: add old staircase behavior | Stanislaw Halik | |
2022-02-26 | Update build-windows.bat | Stanislaw Halik | |
2022-02-26 | Update build-windows.bat | Stanislaw Halik | |
2022-02-26 | tracker/aruco: allow use of mjpeg compression | Stanislaw Halik | |
Issue: #1431 | |||
2022-02-26 | sdk paths: use qt 5.15 with kde patches | Stanislaw Halik | |
2022-02-26 | tracker/aruco: fix bad cmake condition | Stanislaw Halik | |
2022-02-16 | Added more max_clamp options | sharpTrick | |
2022-02-09 | tracker/udp: use SO_REUSEADDR | Stanislaw Halik | |
Issue: #1424 | |||
2022-02-05 | tracker/aruco: remove logspam on pt-only opencv build | Stanislaw Halik | |
2022-02-05 | tracker/aruco: also check for opencv_features2d | Stanislaw Halik | |
2022-02-05 | tracker/aruco: don't build when opencv_calib3d is missing | Stanislaw Halik | |
2022-02-03 | tracker/neuralnet: specify only required opencv modules | Stanislaw Halik | |
2022-02-03 | tracker/nn: don't specify opencv module list | Stanislaw Halik | |
This is because multiple opentrack modules depend on different opencv modules and whichever FIND_PACKAGE(OpenCV COMPONENTS ...) gets executed first, wins. Following FIND_PACKAGE calls will exit and not populate the component list any further. This didn't break the build as the build code for tracker/nn wasn't the one being executed first. | |||
2022-01-26 | api: don't close a dialog that's already being closedopentrack-2022.1.1 | Stanislaw Halik | |
2022-01-26 | compat/camera-names: fix non-win32 build | Stanislaw Halik | |
2022-01-26 | compat/camera-names: allow cameras with same name | Stanislaw Halik | |
Some users have multiple units of the same camera model connected at the same time. Allow selecting each of these individual units. Issue: #1415 | |||
2022-01-26 | api, opentrack: fix the crash for real this time | Stanislaw Halik | |
2022-01-26 | opentrack: merge mk_window{,_common} | Stanislaw Halik | |
2022-01-26 | opentrack: fix crash on exit | Stanislaw Halik | |
2022-01-26 | api, gui: close options dlg on Esc inside inner dlg | Stanislaw Halik | |
2022-01-26 | api: remove unused include | Stanislaw Halik | |
2022-01-25 | gui/options-dialog: pretty-print mouse buttons | Stanislaw Halik | |
Issue: #583 | |||
2022-01-25 | cmake/msvc: allow setting opentrack-64bit via cmdline | Stanislaw Halik | |