bearpaw / pose-attention

Code for "Multi-Context Attention for Human Pose Estimation " (CVPR 2017)
BSD 3-Clause "New" or "Revised" License
169 stars 49 forks source link

About the batch size and the log. #7

Closed xizero00 closed 6 years ago

xizero00 commented 7 years ago

Hi @bearpaw Very nice work! I have not found the batch size for MPII and LSP dataset in your CVPR 2017 paper. Would you please provide your train.log valid.log for reference , the batch size for MPII and LSP dataset and the train/valid iterations per epoch for MPII and LSP dataset in your paper.

Thank you. Feng.

bearpaw commented 7 years ago

The batch size we used can be found at https://github.com/bearpaw/pose-attention/blob/master/train/opts.lua#L44-L47