PoseFix_RELEASE icon indicating copy to clipboard operation
PoseFix_RELEASE copied to clipboard

demo for a single image

Open hosnasattar opened this issue 4 years ago • 4 comments

could you provide a demo running on a single image?

hosnasattar avatar Apr 21 '20 11:04 hosnasattar

Hello! I wonder if it's feasible to test the pre-trained COCO-based posefix on a name_of_input_pose.json outside the COCO dataset. Is the result in name_of_input_pose.json confined to image samples from COCO dataset? Thanks!

snitchjinx avatar Apr 25 '20 10:04 snitchjinx

Sorry for late reply. @hosnasattar For the single image input, you only need to hack dataset.py. For example, you can edit data/COCO/dataset.py to load a single image and you can run the same command described in the README. Could you try this trick?

@snitchjinx Like the above answer, you can hack dataset.py. The pre-trained PoseFix model is not restricted to the images in the COCO dataset. You can try any images with the initial pose.

mks0601 avatar Apr 30 '20 03:04 mks0601

@mks0601 I can give it a try but I think it would be great in general if you could provide a demo for a single image.

hosnasattar avatar Apr 30 '20 11:04 hosnasattar

Yeah I agree but I'm busy doing other projects :( I'll try when I have time. Thanks!

mks0601 avatar Apr 30 '20 12:04 mks0601