First time here? Check out the FAQ!
answered 2016-04-07 16:45:05 -0600
The rvecs and tvecs you get is the pose of the object relative the camera coordinates. Try plotting this:
Rodrigues(rvec, R); R = R.t(); t = (-R * tvec);