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

Obstacle loss function #2

Open
msinto93 opened this issue Jul 9, 2019 · 2 comments
Open

Obstacle loss function #2

msinto93 opened this issue Jul 9, 2019 · 2 comments

Comments

@msinto93
Copy link

msinto93 commented Jul 9, 2019

In the paper you say that you add a safety loss term, that penalizes all predicted
states of vehicles that lie in an obstacle cell. In the args.txt file supplied with the pretrained KITTI model, --lossOT = True, suggesting you have used this loss function. However, in the training code you define the obstacleLossFun then never use it.

This is just one example of a load of seemingly unused args, making it very difficult to recreate your results given that it is not clear exactly which args you used in your training.

@abhikandoi2000
Copy link

It seems the function is only defined and never used. How did you guys use this loss function?
We are trying to reproduce your results @talsperre

@fgqile
Copy link

fgqile commented Jul 20, 2022

It seems the function is only defined and never used. How did you guys use this loss function? We are trying to reproduce your results @talsperre

Hi, have you reproduced this code? I am trying to reproduce the results too. but I don't have the same results.

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

3 participants