natanielruiz / deep-head-pose

:fire::fire: Deep Learning Head Pose Estimation using PyTorch.
Other
1.58k stars 368 forks source link

Cannot match the color of axis when run test code on video #109

Closed yanq2018 closed 3 years ago

yanq2018 commented 3 years ago

Hello,

I am following the code in test_on_video_dlib.py to compute the yaw, pitch and roll for a video and plot the axis using utils.draw_axis. In attachment is the result of one frame with the axis. But the color cannot match with the image in your example, which I think the blue line in my plot should be red, and the red line should be blue. I don't know why this happens. Thanks!

0