MediaPipe.NET icon indicating copy to clipboard operation
MediaPipe.NET copied to clipboard

Rewrite Framework Code to take advantage of SIMD Numerics

Open sr229 opened this issue 1 year ago • 0 comments

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.

sr229 avatar Apr 01 '24 19:04 sr229