Skip to content
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

Using SimpleVit to estimate odometry #256

Open
Deadrosas opened this issue Feb 28, 2023 · 0 comments
Open

Using SimpleVit to estimate odometry #256

Deadrosas opened this issue Feb 28, 2023 · 0 comments

Comments

@Deadrosas
Copy link

I'm investigating vision transformer models' performance on visual odometry. As a start, I am using your implementation of the SimpleViT. As I am quite new to the field I don't really understand everything yet and I am getting some weird results.

preds2

I only get lines as my output and I can't figure out why... Is it because the last layer of the transformer is a linear layer? I have 6 outputs (x, y, z, yaw, roll, pitch) and I am using a custom loss function similar to that of DeepVO.

As I said this is all very experimental so I don't mind having bad results, I just want to understand why I can't even get results.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant