Pedro Bilro

Results 3 issues of Pedro Bilro

Hello! I just saw a release of a recent paper for [Interpretable Social Anchors for Human Trajectory Forecasting in Crowds](https://arxiv.org/abs/2105.03136), and it seems like a very intuitive idea for modelling...

I was seeing the code for picking the best error per sequence (scripts/evaluate_model.py): ``` def evaluate_helper(error, seq_start_end): sum_ = 0 error = torch.stack(error, dim=1) for (start, end) in seq_start_end: start...

Hi. Thank you for making these experiments public. I have a question regarding the computation of the percentages of collisions for social GAN, that you have presented [here](https://davidglavas.me/Not-so-Social-GAN/). According to...