Skip to content

Files

Latest commit

 

History

History
 
 

predict

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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}