2gauravc / w_yrs_poc1

0 stars 0 forks source link

Program flips image by 90 when imported from Phone #8

Closed 2gauravc closed 3 years ago

2gauravc commented 3 years ago

As a result all the pose points are incorrect

2gauravc commented 3 years ago

Fixed by from scipy import ndimage rotated_frame = ndimage.rotate(frame, 270)