DGVehicle

Introduction

This repo is the SDK warpper for tracking (car, people, face) algorithms.

Team

Dependency

  • dgcaffe
  • cudart
  • cudnn
  • opencv
  • protobuf

TBD

How to build

  1. Install Cmake
  2. Install git-lfs for large file support, refer to doc/git-lfs.md
  3. Install conan for libraries management, refer to doc/conan.md
  4. $ mkdir build && cd build && conan install .. && cmake ..
  5. $ make