summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-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
2021-03-08Fixed the sizes of the widgets in the main windowGO63-samara
Fixed the sizes of the widgets in the main window. Removed the background fill in the pose-widget to better match the dark theme.
2020-11-20Merge pull request #1037 from ballista-milsim/tracker-tobiiStanislaw Halik
WIP Tobii Eye tracker support.
2020-11-20Merge pull request #1173 from GO63-samara/unstableStanislaw Halik
Fix display of the Octopus pose in the Pose-widget.
2020-09-21Merge pull request #1169 from opentrack/feature_windows_dark_themeStanislaw Halik
Apply dark theme on Windows if user enabled it in system settings.
2020-09-20Apply dark theme on Windows if user enabled it in system settings.feature_windows_dark_themeStéphane Lenclud
2020-09-20Fix display of the Octopus pose in the Pose-widget.GO63-samara
In the extreme version of OpenTrack-2.3.12, the Octopus pose is still displayed incorrectly. I have fixed pose-widget. A video of the corrected pose-widget is available here: https://youtu.be/my4_VOwGmq4 Fixed bugs: - The turns and movements of the Octopussy are now performed truly independently of each other, as it should be in 6DOF. - When cornering, there is no "gimbal lock" at Pitch = +/- 90 degrees. - Fixed directions of axes of rotations and positions. Now the Octopus pose displays the actual direction of view on the plane. - Fixed display of the back (green) surface of the Octopus. Previously, it was displayed mirrored. Additional features: - Applied "perspective projection", the picture becomes more voluminous. - Added lighting effect from above, with the same purpose. - Added background fill for the widget. This makes it possible to see the borders of the widget. - Added X and Y axes. This helps to estimate how far the Octopus is deviated from the center. - Added [Mirror] checkbox, mirroring positions and rotations. It is often more convenient to observe the Octopussy's mirror pose. - If before compilation in the file "pose-widget.hpp" include line 19: "#define TEST", then a rectangular frame will be drawn around the Octopus. This is useful when testing a pose-widget to assess distortion and size.
2020-09-06tracker/easy: Adding support for Clip models where three vertices are ↵Stéphane Lenclud
arranged from top to bottom. Close #1145
2020-09-02tracker/easy: Disable Kinect distortion coefficients usage thus notably ↵Stéphane Lenclud
fixing badly broken Z component in translation vector. Close #1141 Close #1020
2020-08-25update submoduleStanislaw Halik
2020-07-01video/ps3eye: update submoduleopentrack-2.3.12Stanislaw Halik
2020-07-01video/ps3eye: sleep less for full 75 HzStanislaw Halik
2020-07-01video/ps3eye: don't install sdl testStanislaw Halik
2020-07-01compat/thread-name: fix __tryStanislaw Halik
2020-07-01cmake: fix msvc exception modelStanislaw Halik
2020-06-30ps3eye: update submoduleStanislaw Halik
2020-06-30fix warningsStanislaw Halik
2020-06-30Merge pull request #1112 from LevitatingBusinessMan/unstableStanislaw Halik
Fix build with Qt 5.15+