-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting key error when training on external dataset #32
Comments
The error was caused by a mismatch between the lstm and data sequences length. |
We are facing the same issue with our custom dataset. |
@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 length parameter during learning. |
Thanks alot!! |
@sammyjojo9 The homography matrix should be estimated using DLT methods as explained in |
Using the same format as you. I get errors when using train (default params) on an external dataset previously formated in the same way you suggest (dataset is attached)
07_tracks.txt
The text was updated successfully, but these errors were encountered: