Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.5 KB

systemRequiremnts.md

File metadata and controls

32 lines (27 loc) · 1.5 KB

AART System Requirements

The following are the third-party package that AART require to run

System package

  1. Ubuntu 16.04 LTS
  2. OpenPose fe767ala
  3. Caffe Model
  4. OpenCV 3.4.3
  5. gstreamer1.0-libav
  6. darnet

Python package

  1. wxPython 4.0.4
  2. NumPy 1.16.2
  3. tensorflow-gpu 1.12.0
  4. pandas 0.24.2

OpenCV compile

  • we choose to compile OpenCV by ourselves
  • if you wish to compile OpenCV, checkout ambersun1234/linux_setup and follow the instructions to complete task
  • note: due to stability reason, we recommend to use version > 3.4.3

OpenPose compile

darknet compile

  • we use pjreddie/darknet: Convolutional Neural Networks as AART darknet version
  • this version of darknet does not provide windows version, so you need to compile it from source on linux platform
  • by following Installing Darknet you can install it on your system
  • we recommend you to compile cuda version, due to performance considerations