tpfister / caffe-heatmap

Caffe with heatmap regression & spatial fusion layers. Useful for any CNN image position regression task.
http://www.robots.ox.ac.uk/~vgg/software/cnn_heatmap
Other
164 stars 99 forks source link

How to crop the input image to get the same result as that in your paper? #2

Closed xuxy09 closed 8 years ago

xuxy09 commented 8 years ago

Hi, the test input images you provide are slightly different with the origin images in Pose-in-the-Wild dataset. Could you tell me how you did cropping? I can't find related information in your paper. Thanks!

tpfister commented 8 years ago

Hi,

The labels and pre-cropped images for training and testing are now available.

http://tomas.pfister.fi/flic_train_cropped_multfact282.tgz http://tomas.pfister.fi/flic_test_cropped_multfact282.tgz

samouha commented 8 years ago

@tpfister can you tell us please, how did you do the cropping of images for both test and train? I need to know that because I will test your model on my own dataset.

mindcont commented 7 years ago

Hi, @xuxy09 @samouha I am equally puzzled, have you been solved this?