/pose-classification

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pose-classification

Requirements

  • Binaries for running openpose: either from a working installation or downloaded from here (should work with an Nvidia GPU);
  • Body models for openpose (BODY_25 or COCO or MPI).

Both should be placed in bin/ and models/ folders inside the project folder.

Usage

Run the pose_classification.py script via an IDE or command-line. The script requires paths to image directories as command-line arguments.

(e.g. python pose_classification.py --image-dirs ./media/static_images ./media/dynamic_images)