MediaPipe.NET
MediaPipe.NET copied to clipboard
Rewrite Framework Code to take advantage of SIMD Numerics
Currently, the way we're using MediaPipe skips SIMD benefits which in all cases considered, would be a massive perf penalty, especially for Matrix and Vector datatypes we're dealing with. Would be nice if we can rewrite our native code and managed code to take advantage of this.