alexgkendall / caffe-posenet

Implementation of PoseNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pridected Poses for every corrosponding images

DRAhmadFaraz opened this issue · comments

I want to ask one important factor from you, Hope you will help me out.

I have trained successfully this Pose-NET approach successfully on my own dataset,
now for further calculations, I want to extract the "Predicted Poses" for every each corresponding image.

Predicted poses includes [ 7 X 1 ] matrix having 3 values of Translation and 4 values of Rotation quaternion

I have checked the code posenet/scripts/test_posenet.py and exclude the predicted poses but for these poses are calculated for 1 iteration but I need predicted poses for every corresponding images.

Can you please help me to sort it out.?
I will be thankful to you.