Closed Leesule667 closed 1 year ago
Actually the perspective_transformation wasn't used in our method. That being said, you can simply comment that line.
We experimented with it and it didn't work. If you really want to use it anyway, install vlkit from source here: https://github.com/vlkit/vlkit/blob/master/vlkit/geometry/perspective.py
Actually the perspective_transformation wasn't used in our method. That being said, you can simply comment that line.
We experimented with it and it didn't work. If you really want to use it anyway, install vlkit from source here: https://github.com/vlkit/vlkit/blob/master/vlkit/geometry/perspective.py
Thank you for your answer. It was a great help and much appreciated.
Could you tell me if the function random_perspective_matrix() in the code from vlkit.geometry.homography import random_perspective_matrix is your own creation? I couldn't find this function in the latest version library of vlkit.