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
- OpenCV
- Boost
- Hdf5
mkdir build
cd build
cmake ..
make
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)
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)