summaryrefslogtreecommitdiffhomepage
path: root/tracker-neuralnet
AgeCommit message (Collapse)Author
2021-12-16many: switch from using std::unique_ptr<t>::get() to &*ptrStanislaw Halik
2021-10-23tracker/nn: Remove onnx session options which hurt performance on LinuxMichael Welter
2021-10-20tracker/nn: Remove unused functionMichael Welter
2021-09-26compat: use std::clamp, remove own versionStanislaw Halik
2021-09-26opentrack, tracker/nn: enable exceptionsStanislaw Halik
2021-09-03tracker/neuralnet: fix copying grayscale frameopentrack-2021.1.1Stanislaw Halik
It crashes later though.
2021-08-29tracker/neuralnet: fix compile-time warningopentrack-2021.1.0Stanislaw 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-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-01Find ONNXRuntime using cmake modulesGuillaume Dollé
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-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