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

Is grip++using heading? #28

Closed
han1222 opened this issue Aug 14, 2021 · 4 comments
Closed

Is grip++using heading? #28

han1222 opened this issue Aug 14, 2021 · 4 comments

Comments

@han1222
Copy link

han1222 commented Aug 14, 2021

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?

@xincoder
Copy link
Owner

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.

@han1222
Copy link
Author

han1222 commented Aug 15, 2021

Thank you for your answer and awesome work.
I understood you getting the heading information index 9 from line 94, and after that, can you tell where the heading is being considered in code level? if I've missed anything letting me know. thank you in advance

@xincoder
Copy link
Owner

@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.

@han1222
Copy link
Author

han1222 commented Aug 16, 2021

Thank you I got it !

@han1222 han1222 closed this as completed Aug 16, 2021
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

2 participants