kyamagu / paperdoll

Paper doll parser implementation from ICCV 2013
http://vision.is.tohoku.ac.jp/~kyamagu/research/paperdoll/
Other
83 stars 21 forks source link

paperdoll dataset issues #3

Open snownus opened 8 years ago

snownus commented 8 years ago

Hi,

From paperdoll_dataset.mat, we have 568340 samples. However, for KNN retrieval, we only have 312773 samples. Could you tell me why not extract features for all the 568340 samples? And how could you select the 312773 samples? Thanks.

kyamagu commented 8 years ago

@snownus Not all of the images depict a person. The reduced number is the successful pose estimation with valid image / tags.

snownus commented 8 years ago

I see. Thanks.

snownus commented 8 years ago

@kyamagu Recently, I try to download the original images of paperdoll dataset. However, many are fails. Could you share with me the original dataset images?

dpk1228 commented 7 years ago

try to run the script several times for those images which are not downloaded. Sometimes images are removed from source then you can't I was able to download all except 2 images.

krips89 commented 4 years ago

KNN retreival? How do you get the filtered 300k images from the raw dataset?