Skip to content
View huangfcn's full-sized avatar
Block or Report

Block or report huangfcn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. multiple-object-tracking 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

    C++ 26 13

  2. lockfree 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…

    C 13 4

  3. facetracker facetracker Public

    detect face using MTCNN and tracking face with KCF/Kalman Filter. The assignment problem solved by Hungarian.

    Objective-C 9

  4. dnnsimd dnnsimd Public

    deep learning convolutional neural network implemented with SIMD acceleration (auto-vectorization)

    C

  5. pipe pipe Public

    Forked from cgaebel/pipe

    A simple thread-safe FIFO in C.

    C