-
Notifications
You must be signed in to change notification settings - Fork 43
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
Is grip++using heading? #28
Comments
Hi @han1222, thank you for your interest in our work. The default GRIP++ uses heading information. If you want to define the input features, please feel free to modify the code [main.py line 94] where the dimensions are chosen. |
Thank you for your answer and awesome work. |
@han1222, there is no special design for the model architecture to process heading information. I just feed 4-dimensional data as an input to the model (in_channels=4, main.py line 352). The model is trained to consider the heading information implicitly. |
Thank you I got it ! |
I watched your code.
I understood that you parsed heading value in your code. but I think you don't use heading value to predict result.
Is grip++using heading?
The text was updated successfully, but these errors were encountered: