Tristan Klempka
Tristan Klempka
Same problem, joining the thread.
The error was caused by a mismatch between the lstm and data sequences length. That is to say if you're trainig a LSTM of X sequences length, your data files...
@sammyjojo9 It's been a while since I used this implementation but I remember that you should ensure that your custom dataset contain lot's of sequences that match your desired sequences...
@sammyjojo9 The homography matrix should be estimated using DLT methods as explained in https://docs.opencv.org/master/d9/dab/tutorial_homography.html#lecture_16 Real coordinates can be found using the homography only by considering planar (2D) coordinates. A quick...