PASTA-GAN icon indicating copy to clipboard operation
PASTA-GAN copied to clipboard

result is very bad

Open lianNice opened this issue 3 years ago • 7 comments

002533_0__000200_0

002287_0__000200_0

002952_0__000200_0 test mpv datasets, but result is very bad?

lianNice avatar Dec 06 '21 12:12 lianNice

Hello,

I'll take a look at your codebase if you'll send it along. I suspect something has gone awry with your parser.

-Alex

ghost avatar Dec 06 '21 14:12 ghost

002533_0__000200_0

002287_0__000200_0

002952_0__000200_0 test mpv datasets, but result is very bad?

Hi,

Can your show the image id in your test cases? I will try to analyze the reason for the bad results.

-Zhenyu

xiezhy6 avatar Dec 08 '21 12:12 xiezhy6

Hi. I generated similar results and I found that the wrong pre-processing causes them. Could you please release some samples to understand the pre-processing better?

zzzolo avatar Dec 16 '21 08:12 zzzolo

image Here is my result on MPV test set. The result is also not good. During the preprocess, the official openpose model obtains 25 keypoints, while the authors only use 18 keypoints? Is this preprocess step error that causes the bad results?

miibotree avatar Feb 11 '22 08:02 miibotree

obtains 25 keypoints, while the authors only use 18 keypoints? Is this preprocess step error that causes the bad results?

I guess it is the parsing error of the first person that causes such a bad result. Please check whether the inputs of the network are all right.

xiezhy6 avatar Feb 25 '22 03:02 xiezhy6

I encountered similar issue. any updates? Thanks.

BIGJUN777 avatar Mar 26 '22 11:03 BIGJUN777

This is due to the fact that openpose has two different versions of 18 and 25 keypoints, the code uses the 18 version, just rearrange the 25 points.

Zheng-Chong avatar Sep 07 '22 02:09 Zheng-Chong