vchoutas / expose

ExPose - EXpressive POse and Shape rEgression
Other
616 stars 98 forks source link

Fail to crop the dataset #21

Open joshuajano opened 4 years ago

joshuajano commented 4 years ago

Hi, this is really nice work.However, when i tried to use the dataset and try to crop the data, i got the error like this "ValueError: could not broadcast input array from shape (57,97,3) into shape (57,25,3)". Seems like the annotations are not properly align to the exact image. Or maybe do i miss something? Thanks.

vchoutas commented 4 years ago

Which dataset? What command did you use?

joshuajano commented 4 years ago

I used the CuratedFittings dataset. I just want how to preprocess the dataset, but suddenly I got that error. Based on my experiment, when i tried to crop lsp extension dataset, i got that error not all images only some images. Do you have any idea?

joshuajano commented 4 years ago

And i have a question about the evaluation metric (not related with this issue). In table 1 use compare with 3DPW in term of V2V. But expose output is SMPLX which is around 10475 vertices. but SMPL is 6890. Maybe you have mapping vertices index from SMPLX to SMPL. Maybe can you share the mapping? or can you give the alternative way how to compute v2v with 3DPW dataset. Thanks!

vchoutas commented 4 years ago

@joshuajano We released code in the smplx repository to transfer SMPL to SMPL-X parameters. That's what we used to evaluate for evaluate to get SMPL-X V2V numbers.
Can you share the command that you used? Or do you have the indices of the images that failed?

joshuajano commented 4 years ago

Sorry, So these are examples of fail cases (Randomly select) /lsp/lspet/images/im02007.png /lsp/lspet/images/im07409.png /lsp/lspet/images/im02812.png /lsp/lspet/images/im04134.png /lsp/lspet/images/im07178.png This error occurs when I run cropping function https://github.com/vchoutas/expose/blob/dffc38d62ad3817481d15fe509a93c2bb606cb8b/expose/utils/transf_utils.py#L74. But it just happen on some images on lspet dataset.

booker-max commented 3 years ago

Do you have the training code for this paper? Can you share it with me? This is my email address 1654617276wj@gmail.com,Thank you very much.!