summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-08-19Merge pull request #1305 from GO63-samara/masterStanislaw Halik
Adding a choice of centering method
2021-08-19video: avoid symbol redefinition with multiple backendsStanislaw Halik
2021-08-18Adding a choice of centering methodGO63-samara
2021-08-18video/ps3eye: move number of channels to a constantStanislaw Halik
2021-08-18video/ps3eye: add missing translation stringsStanislaw Halik
2021-08-18tracker/pt: use braced-initializer-listStanislaw Halik
2021-08-18video/ps3eye: update submoduleStanislaw Halik
2021-08-18video/ps3eye: switch to grayscaleStanislaw Halik
2021-08-18tracker/pt: fix support for grayscale input videoStanislaw Halik
2021-08-18add onnx runtime to my pathsStanislaw Halik
2021-08-18Update cmake.ymlStanislaw Halik
2021-08-18logic/pipeline: fix toggle buttonStanislaw Halik
Issue: #1210
2021-08-18video/ps3eye: fix frame drops at 83 HzStanislaw Halik
2021-08-18video/ps3eye: throttle sensor resetStanislaw Halik
2021-08-18pose-widget: disable tab order for mirror checkboxStanislaw Halik
2021-08-18video: workaround cmake/ninja bugStanislaw Halik
2021-08-18video/ps3eye: enable verbose error messages on stderrStanislaw Halik
2021-08-18video/ps3eye: workaround qt bugStanislaw Halik
2021-08-18video/ps3eye: add missing graceful exitStanislaw Halik
This might fix LED problems.
2021-08-11Merge pull request #1307 from DaWelter/improved-onnx-findscriptStanislaw Halik
cmake: improve the FindONNXRuntime script and install the ONNX dll
2021-08-06tracker-easy: fix buildStanislaw Halik
2021-08-06cmake: fix opencv buildStanislaw Halik
2021-08-06cmake: fix my pathsStanislaw Halik
2021-08-06gui: fix deprecated Qt APIStanislaw Halik
2021-08-05cmake: improve the FindONNXRuntime script and install the ONNX dllMichael 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-03Merge pull request #1306 from gdolle/tracker-neuralnet-cmakeStanislaw Halik
Tracker neuralnet update onnxrt cmake (linux)
2021-08-02Fix include path for release packageGuillaume 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-01Fix link libraryGuillaume 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-01Fix silent moduleGuillaume Dollé
2021-08-01Add ONNXRuntime cmake moduleGuillaume Dollé
2021-08-01Find ONNXRuntime using cmake modulesGuillaume Dollé
2021-07-31Adding a choice of centering methodGO63-samara
2021-06-08Merge pull request #1286 from Ackurus/nixfixupStanislaw Halik
Nixfixup
2021-06-07Fix 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-07Fix 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-29TrackerNeuralnet: Display inference time and all available elementsMichael Welter
Meaning informative elements like the pose gizmo and bounding boxes
2021-05-29NeuralnetTracker: Fix crash due to prediction of tiny bounding boxMichael Welter
2021-05-29Saner instructions for building ONNX Runtime for neuralnet trackerMichael Welter
2021-05-22workflows:add linux dependenciesWei Shuai
2021-05-22workflows:add macos and linuxWei Shuai
2021-05-22add workflowsWei Shuai
2021-05-13Update README.mdGO63-samara
2021-05-12cmake: add Qt build supportStanislaw Halik
2021-05-12Update sdk-paths-sthalik@MSVC-windows.cmakeStanislaw Halik
2021-05-12Update sdk-paths-sthalik@MSVC-windows.cmakeStanislaw Halik
2021-05-05Merge remote-tracking branch 'origin/unstable'Stanislaw Halik
2021-05-03Merge pull request #1266 from DaWelter/feature-tracker-neuralnet-prunstableStanislaw Halik
Add a face alignment based tracker
2021-05-02Add a face alignment based trackerMichael Welter
Powered by AI! Models were generated with code from https://github.com/DaWelter/neuralnet-tracker-traincode/releases/tag/v0.1
2021-04-25Fixed operation of the [Toggle] and [Toggle while held] buttonsGO63-samara
This fix eliminate incorrect rotation and movement of the Octopus when the view is turned off with the [Toggle] or [Toggle while held] buttons.
2021-03-09Merge pull request #1240 from GO63-samara/masteropentrack-2.3.13Stanislaw Halik
Fixed the sizes of the widgets in the main window