Pinned Repositories
dnnsimd
deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)
facetracker
detect face using MTCNN and tracking face with KCF/Kalman Filter. The assignment problem solved by Hungarian.
lockfree
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 single linked list
multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
pipe
A simple thread-safe FIFO in C.
huangfcn's Repositories
huangfcn/multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
huangfcn/lockfree
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 single linked list
huangfcn/facetracker
detect face using MTCNN and tracking face with KCF/Kalman Filter. The assignment problem solved by Hungarian.
huangfcn/dnnsimd
deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)
huangfcn/pipe
A simple thread-safe FIFO in C.