pose-hg-train icon indicating copy to clipboard operation
pose-hg-train copied to clipboard

Training and experimentation code used for "Stacked Hourglass Networks for Human Pose Estimation"

Results 26 pose-hg-train issues
Sort by recently updated
recently updated
newest added

The original code just occupy multiple GPUs but actually did use only one GPU. I modified model.lua and made it possble to use multi-GPU by introducing nn.DataParallelTable.

Hello I want to test on this FLIC dataset. Can you upload the file? Another question, Associative Embedding: End-to-end Learning for Joint Detection and Grouping is a CVPR paper or...

I found that function drawGaussian in util/img.lua, if the coordinate of a body part is near leftest of the image, the center of gaussian does not match the coordinate of...

I want to draw down your network structure.

The following error pops up: /home/yxchng/torch/install/share/lua/5.1/hdf5/group.lua:312: HDF5Group:read() - no such child 'heatmaps' for [HDF5Group 33554432 /] stack traceback: [C]: in function 'error' /home/yxchng/torch/install/share/lua/5.1/hdf5/group.lua:312: in function 'read' /home/yxchng/pose-hg-train/src/util/eval.lua:10: in function 'loadPreds'...

I execute the command 'th main.lua -dataset flic -expID test-run', but your code does not contain src/dataset/flic.lua, and after I changed mpii.lua to flic.lua, it shows cannot find data/flic/annot.h5