trajnetplusplusbaselines icon indicating copy to clipboard operation
trajnetplusplusbaselines copied to clipboard

[ITS'21] Human Trajectory Forecasting in Crowds: A Deep Learning Perspective

Results 8 trajnetplusplusbaselines issues
Sort by recently updated
recently updated
newest added

Hi, Regarding the Social GAN model and while playing with your code, I found something that I couldn't understand. E.g while running: ``` python -m trajnetbaselines.sgan.trainer --k 1 ``` It...

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

When I run the command "python -m evaluator.fast_evaluator --path crowds_zara02 --output lstm_directional_one_12_6.pkl", I get this error " File "/home/zyb/desktop/ 20230512/trajnetplusplusbaselines-LRP (1)/evaluator/fast_evaluator.py", line 22, in process_scene predictions = predictor(paths, scene_goal, n_predict=args.pred_length,...

I want to run Trajnet++ to get baseline results on the custom dataset. My dataset has data in format [frame,ped_ID, y,x]. I want to convert this dataset into Trajnet++ format....

I write this issue to thank your contributes for trajNet++ which have created a greatly benchmark for trajctory prediction,it helps me to quickly study some core knowledge. in addition, 《Interpretable...

Hello! I'm really grateful to share your open source prediction model. I have a few question about your code. **1. Dataset** Most of prediction paper use ETH and UCY dataset...

Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.0 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Now in trajnet++, all scenes with only the primary pedestrian in the scene, will be removed. When I add these scenes, in the training step, it will have an error:...