Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 587 Bytes

This folder includes Torch code for evaluation and visualization of the single person pose estimation network.

To run this code, the following must be installed:

For generating predictions: th main-alpha-pose.lua predict ${INPUT_PATH} ${OUTPUT_PATH} ${GPU_NUM} ${BATCH_SIZE} ${DATASET}

For displaying the demo images: qlua main-alpha-pose.lua demo ${INPUT_PATH} ${OUTPUT_PATH} ${GPU_NUM} ${BATCH_SIZE} ${DATASET}