-
Notifications
You must be signed in to change notification settings - Fork 22
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
About regression loss for steering prediction #4
Comments
I am glad to know that you appreciate our work! The loss to train our network is literally EVA:
RMSE:
Log-Likelihood:
I hope these functions can be helpful! |
Hi @mattiasegu In my mind, the steering prediction is a regression problem. |
Thanks for your great work.
In your paper:
To train DroNet for steering prediction, did you just use MSE for supervision?
Can you paste the part of code to calculate training loss and evaluation metrics?
The release code just contains SoftmaxHeteroscedasticLoss for classification in CIFAR.
The text was updated successfully, but these errors were encountered: