You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: