sangyun884 / HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022).
825 stars 171 forks source link

how to create Denspose image #89

Closed ahadihamide closed 5 months ago

ahadihamide commented 5 months ago

Hello,

I attempted to create a densepose image as per the instructions in preprocessing.md, but encountered an issue. The documentation mentions creating a densepose using detectron2/Densepose/apply_net dump action, which generates a pickle file instead of an image. How can I convert this pickle file to an image? Should I use the show function instead of dump? Additionally, which 'visualizations' should I utilize - dp_contour, dp_iuv_texture, dp_vertex, or dp_cse_texture?

Thank you.

ahadihamide commented 5 months ago

I resolved the issue with the help of the explanation in issue #45.