The project contains pose classification application built using Deepstream SDK.
The TAO pretrained models used in the sample application are:
-
DeepStream SDK 6.2 GA and above
-
Install libeigen3-dev
$ sudo apt install libeigen3-dev
$ cd /usr/include
$ sudo ln -sf eigen3/Eigen Eigensudo apt update
sudo apt install git-lfs
git lfs install --skip-repo
cd deepstream/pose_classification
Run below script to download models.
sudo ./download_models.sh
export CUDA_MODULE_LOADING=LAZY
export CUDA_VER=xy.z // xy.z is CUDA version, e.g. 12.2
make
The application can be run.
cd apps/tao_others/deepstream-pose-classification
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/nvidia/deepstream/deepstream/lib/cvcore_libs
./deepstream-pose-classification deepstream_pose_classification_config.yml
