Skip to content

Predict 2D Pose #27

@BarbCoder

Description

@BarbCoder

Hi!

I want to predict 2D with the model you provided but I still cannot do it.

Following your instructions, I'm using "template_16_merge.prototxt" and the file "2d_iter_800000.caffemodel".
Finally, I get the results from the layer named "2dpredict". I supposed the 32 parameters are organized as x1,y1, x2, yx,..., xn, yn. And since the results are between 0 and 1, they should be multiplied by the max(img_width, img_height). But still, when I graphic this points, they don't make sense.

How should I read the 32 parameters that the model is outputting? Do I need some function to map it back to the input image?
Is the pair "template_16_merge.prototxt" and "2d_iter_800000.caffemodel" correct to predict 2d?

Thank you for your help!

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