First time here? Check out the FAQ!
answered 2020-10-18 05:11:30 -0600
We found the problem. It was the datatype of the input translation vector. In C++ it was a Mat array of size [1,3], but in Python it needed to be a NumPy array of size [3].