Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-25 | logic: fix pedantic warning | Stanislaw Halik | |
2021-08-25 | logic/pipeline: fix warning, tab to spaces | Stanislaw Halik | |
2021-08-22 | gui: reword user interface string | Stanislaw Halik | |
Suggested by: @GO63-samara Issue: #1312 | |||
2021-08-21 | proto/freetrack: detect paths with trailing backslash | Stanislaw Halik | |
2021-08-21 | proto/freetrack: implement more dll location controls | Stanislaw Halik | |
2021-08-21 | gui: add tooltips for shortcut labels | Stanislaw Halik | |
2021-08-19 | proto/freetrack: game data update | Stanislaw Halik | |
2021-08-19 | Merge pull request #1305 from GO63-samara/master | Stanislaw Halik | |
Adding a choice of centering method | |||
2021-08-19 | video: avoid symbol redefinition with multiple backends | Stanislaw Halik | |
2021-08-18 | Adding a choice of centering method | GO63-samara | |
2021-08-18 | video/ps3eye: move number of channels to a constant | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing translation strings | Stanislaw Halik | |
2021-08-18 | tracker/pt: use braced-initializer-list | Stanislaw Halik | |
2021-08-18 | video/ps3eye: update submodule | Stanislaw Halik | |
2021-08-18 | video/ps3eye: switch to grayscale | Stanislaw Halik | |
2021-08-18 | tracker/pt: fix support for grayscale input video | Stanislaw Halik | |
2021-08-18 | add onnx runtime to my paths | Stanislaw Halik | |
2021-08-18 | Update cmake.yml | Stanislaw Halik | |
2021-08-18 | logic/pipeline: fix toggle button | Stanislaw Halik | |
Issue: #1210 | |||
2021-08-18 | video/ps3eye: fix frame drops at 83 Hz | Stanislaw Halik | |
2021-08-18 | video/ps3eye: throttle sensor reset | Stanislaw Halik | |
2021-08-18 | pose-widget: disable tab order for mirror checkbox | Stanislaw Halik | |
2021-08-18 | video: workaround cmake/ninja bug | Stanislaw Halik | |
2021-08-18 | video/ps3eye: enable verbose error messages on stderr | Stanislaw Halik | |
2021-08-18 | video/ps3eye: workaround qt bug | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing graceful exit | Stanislaw Halik | |
This might fix LED problems. | |||
2021-08-11 | Merge pull request #1307 from DaWelter/improved-onnx-findscript | Stanislaw Halik | |
cmake: improve the FindONNXRuntime script and install the ONNX dll | |||
2021-08-06 | tracker-easy: fix build | Stanislaw Halik | |
2021-08-06 | cmake: fix opencv build | Stanislaw Halik | |
2021-08-06 | cmake: fix my paths | Stanislaw Halik | |
2021-08-06 | gui: fix deprecated Qt API | Stanislaw Halik | |
2021-08-05 | cmake: improve the FindONNXRuntime script and install the ONNX dll | Michael Welter | |
* Add ONNXRuntime_DIR variable * Change target name to onnxruntime::onnxruntime following naming conventions for imported libs * Look for the DLL on windows and store it in a variable for later * Correctly define the properties of the import library * Change names and logic for global variables to follow standard conventions * Change import library type from UNKNOWN to SHARED in order to make msvc link against the .lib file, not the dll. | |||
2021-08-03 | Merge pull request #1306 from gdolle/tracker-neuralnet-cmake | Stanislaw Halik | |
Tracker neuralnet update onnxrt cmake (linux) | |||
2021-08-02 | Fix include path for release package | Guillaume Dollé | |
* Revert include header changes * Address the following review remarks for include path https://github.com/opentrack/opentrack/pull/1306#discussion_r680548570 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548755 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548800 https://github.com/opentrack/opentrack/pull/1306#discussion_r680549144 | |||
2021-08-01 | Fix link library | Guillaume Dollé | |
- Address review comment https://github.com/opentrack/opentrack/pull/1306#discussion_r680484878 - Update ONNXRuntime module to use a specific `onnxruntime` target. - Use OpenCV components instead. NOTE: ONNXRuntinme may provide their own ONNXRuntimeConfig.cmake and ONNXRuntimeVersion.cmake in the future. See https://github.com/microsoft/onnxruntime/issues/3124 for reference | |||
2021-08-01 | Fix silent module | Guillaume Dollé | |
2021-08-01 | Add ONNXRuntime cmake module | Guillaume Dollé | |
2021-08-01 | Find ONNXRuntime using cmake modules | Guillaume Dollé | |
2021-07-31 | Adding a choice of centering method | GO63-samara | |
2021-06-08 | Merge pull request #1286 from Ackurus/nixfixup | Stanislaw Halik | |
Nixfixup | |||
2021-06-07 | Fix segmentation fault on *nix builds. | Ackurus | |
The games.csv file seems to be UTF-8 compatible. Changing the TextCodec from "System" to "UTF-8" prevents segmentation fault on decoding on ArchLinux builds. | |||
2021-06-07 | Fix path to games.csv file for *nix builds. | Ackurus | |
Change the runtime document path so it will line up with the correct directory in *nix builds. Allows for the settings directory to be accessed such as the games.csv file. | |||
2021-05-29 | TrackerNeuralnet: Display inference time and all available elements | Michael Welter | |
Meaning informative elements like the pose gizmo and bounding boxes | |||
2021-05-29 | NeuralnetTracker: Fix crash due to prediction of tiny bounding box | Michael Welter | |
2021-05-29 | Saner instructions for building ONNX Runtime for neuralnet tracker | Michael Welter | |
2021-05-22 | workflows:add linux dependencies | Wei Shuai | |
2021-05-22 | workflows:add macos and linux | Wei Shuai | |
2021-05-22 | add workflows | Wei Shuai | |
2021-05-13 | Update README.md | GO63-samara | |
2021-05-12 | cmake: add Qt build support | Stanislaw Halik | |