Ask Your Question

AnthonGar's profile - activity

2020-04-02 01:41:02 -0600 received badge  Editor (source)
2020-04-02 01:41:02 -0600 edited question How to calculate the angle relative to the camera - python

How to calculate the angle relative to the camera - python Hi, I'm using python to write a head pose estimation program.

2020-03-31 10:39:41 -0600 commented question How to calculate the angle relative to the camera - python

hello, thank you for your time. I've found the solution I've been looking for. Next time I will post my code strait away

2020-03-31 10:39:07 -0600 answered a question How to calculate the angle relative to the camera - python

given you have the rotation vector, it is possible to calculate the 3 angles. r_mat, _ = cv2.Rodrigues(r_vec) p_mat = n

2020-03-31 10:36:00 -0600 commented question How to calculate the angle relative to the camera - python

hello, thank you for your time. I've found the solution I've been looking for.

2020-03-31 05:16:03 -0600 commented question How to calculate the angle relative to the camera - python

Hi, my code (the head pose part) is similar to: https://github.com/yinguobing/head-pose-estimation if you go to estimate

2020-03-28 10:24:34 -0600 asked a question How to calculate the angle relative to the camera - python

How to calculate the angle relative to the camera - python Hi, I'm using python to write a head pose estimation program.