-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
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
Labels
No labels