Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added support for MJPEG compression for neuralnet | Pedro Silva | |
- Added support for MJPEG compression for neuralnet tracker | |||
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 | fix i18n generation | 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. | |||
2021-12-16 | many: switch from using std::unique_ptr<t>::get() to &*ptr | Stanislaw Halik | |
2021-10-23 | tracker/nn: Remove onnx session options which hurt performance on Linux | Michael Welter | |
2021-10-20 | tracker/nn: Remove unused function | Michael Welter | |
2021-09-26 | compat: use std::clamp, remove own version | Stanislaw Halik | |
2021-09-26 | opentrack, tracker/nn: enable exceptions | Stanislaw Halik | |
2021-09-03 | tracker/neuralnet: fix copying grayscale frameopentrack-2021.1.1 | Stanislaw Halik | |
It crashes later though. | |||
2021-08-29 | tracker/neuralnet: fix compile-time warningopentrack-2021.1.0 | 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-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 | Find ONNXRuntime using cmake modules | Guillaume Dollé | |
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-02 | Add a face alignment based tracker | Michael Welter | |
Powered by AI! Models were generated with code from https://github.com/DaWelter/neuralnet-tracker-traincode/releases/tag/v0.1 |