Skip to content

Where are the pose images? #14

@xiechun298

Description

@xiechun298

Hi,
I can see that you need to load pose images "_pose.jpg" to train stage 2, but I can't find them in the prepared dataset you provided.

s_pose = Image.open(s_img_path.replace("/train_all_png/", "/openpose_all_img/").replace(".png", "_pose.jpg")).convert("RGB").resize(self.size, Image.BICUBIC)

Would you like to upload them to Google Drive later or do we have to generate them from the normalized_pose_txt ourselves?

Extra question: Why are we using pose "images" in stage 2 instead of coordinates as we did in stage 1? I understand that this is borrowed from ControlNet, but I would like to know the motivation behind it.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions