The following are the third-party package that AART require to run
Ubuntu 16.04 LTS
OpenPose
fe767alaCaffe Model
OpenCV
3.4.3gstreamer1.0-libav
darnet
wxPython
4.0.4NumPy
1.16.2tensorflow-gpu
1.12.0pandas
0.24.2
- 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
- we suggest you to compile OpenPose from source
- by following OpenPose official installation guide or ambersun1234/linux-setup to install it on your system
- we recommend you to compile cuda version, due to performance considerations
- 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