AliaksandrSiarohin / pose-gan

381 stars 78 forks source link

can't detect any pose for image with 'compute_coordinates.py' #36

Open TwistSun opened 5 years ago

TwistSun commented 5 years ago

I use the command 'python compute_coordinates.py' to detect the poses of target images. Everything goes well but I get all -1 results. Is there any requirement for input person image (e.g. resolution)?

AliaksandrSiarohin commented 5 years ago

I use openpose checkpoint for detecting. So they asume images like in ms coco. But it generalize to other resolutions. Do you get -1 in all the images? You can try to change treshold th1 and th2 in compute coordinates script.