I have a deep learning model which gives translation and rotation matrixes of my 3d object according to the camera as a result. I want to rotate and refine the object lets say 5 degrees on its x axis using python. what should I do?
rotation_matrix = [[ 0.99781346 -0.06608013 -0.00129879]
[ 0.00725005 0.12896627 -0.99162245]
[ 0.06569404 0.98944485 0.12916337]]
translation_matrix = [[-13.7971115]
[ -7.9274826]
[423.7128 ]]
thanks in advance
I have found the answer. you need to import scipy