Skip to content

Realtime Multi-Person Pose Estimation Dataset Transformer - tool for creating an augmented dataset

License

Notifications You must be signed in to change notification settings

michalfaber/rmpe_dataset_transformer

Repository files navigation

RMPE Dataset Transformer

Tool for creating an augmented dataset for the project keras_Realtime_Multi-Person_Pose_Estimation

UPDATE 10/2017 : This tool is deprecated - Use rmpe_dataset_server

Prerequisites

  • OpenCV
  • Boost
  • Hdf5

Building

  mkdir build
  cd build
  cmake ..
  make

Usage

Usage:

./rmpe_dataset_transformer [INPUT DATASET] [OUTPUT DATASET]

INPUT DATASET - path to the hdf5 dataset generated by the tool generate_hdf5.py

OUTPUT DATASET - path to the augmented dataset (ex ../../keras_Realtime_Multi-Person_Pose_Estimation/dataset/train_dataset.h5)

Troubleshooting

If you see the error

CMake Error at CMakeLists.txt:7 (find_package):
  By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH

then export the path to your OpenCV location (ex. export OpenCV_DIR=/usr/local/Cellar/opencv/3.3.0_3/share/OpenCV)

About

Realtime Multi-Person Pose Estimation Dataset Transformer - tool for creating an augmented dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages