-
-
lockfree Public
lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free memory management library using fix sized memory managed in si…
-
dnnsimd Public
deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)
C UpdatedJan 28, 2020 -
multiple-object-tracking Public
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
-
facetracker Public
detect face using MTCNN and tracking face with KCF/Kalman Filter. The assignment problem solved by Hungarian.