nachiket92 / conv-social-pooling

Code for model proposed in: Nachiket Deo and Mohan M. Trivedi,"Convolutional Social Pooling for Vehicle Trajectory Prediction." CVPRW, 2018
MIT License
326 stars 97 forks source link

NLL loss has negative values #25

Closed mgeisslinger closed 4 years ago

mgeisslinger commented 4 years ago

When evaluating my trained model with NLL as metric, I realize negative values for early timesteps (such as -3.27 at 1 second). This would my predicted probability for the gt trajectory point is in the area of 1000 instead of a maximum of 1. I trained the model on a custom dataset and not on NGSIM. Any ideas where this comes from?

nachiket92 commented 4 years ago

Likelihoods are not probabilities and can have a value greater than 1