Giter Site home page Giter Site logo

edge-tracker's Introduction

edge tracker


the application can be run on X86 and ARM platform with Neon optimization.

How to build

clone the repo

git clone --recursive https://github.com/infinivision/edge-tracker.git

build ncnn

  • ncnn as submodule for the main repo to support mtcnn the repo addr
  • for the build and install please refer to the ncnn wiki page

copy the ncnn lib and include headers to the main repo folder

# by default the ncnn was installed in ncnn/build/install folder
mkdir -p lib/ncnn include/ncnn
cp 3rdparty/ncnn/build/install/lib/libncnn.a lib/ncnn/
cp 3rdparty/ncnn/build/install/include/* include/ncnn/

install eigen

wget http://bitbucket.org/eigen/eigen/get/3.3.4.tar.gz
tar xzvf 3.3.4.tar.gz
mv eigen/Eigen /usr/local/include/

install fftw

apt install libfftw3-dev

install cpptoml

git clone [email protected]:skystrife/cpptoml.git
mkdir build
cmake ..
make
make install

build the edge-tracker

mkdir -p build
cd build
cmake ..
make

run edge tracker

# activate OpemMP threads
set OMP_NUM_THREADS=2
bin/export 32 64 70 80 90 100
# use taskset to set cpu affinity 
taskset -c 4,5 main --model=<model_path> --config=<config_file> --output=<face_folder>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.