LED icon indicating copy to clipboard operation
LED copied to clipboard

[CVPR2023] Leapfrog Diffusion Model for Stochastic Trajectory Prediction

Results 17 LED issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for sharing your code. As mentioned in your paper, there are 2 stages of training. First for the denoising diffusion model, and second focuses on the leapfrog...

Hi, I ran the code with a single GPU NVIDIA GeForce RTX 3090 with the given config file listed in the paper. Here is my reproduced result which is significantly...

I hope to get other datasets and their processing code.Thanks for the author!

Thank you for your work and to have shared your code! I was wondering if you could provide the train/test split that you use for the NFL dataset. Thank you...

Hello author! While running your model, you encountered the error `AttributeError: 'Config' object has no attribute 'test_interval'`. I checked the 'Config' Class and found that the variable 'test_interval' is not...

Hi there, Do you have the deterministic results (when k=1) for the model applied to ETH data? I tried to produce them myself, but I did not find the config...

Thank you for your wonderful work! I am wondering whether you can provide the training code for the pretrained denoising model?

wrongly written characters in the paper: 4.4. Training Objective regulariser -> regularizer 5.2. Implementation Details GTX-3090 -> RTX-3090 (20-40 series graphics cards are named after RTX)

1. It appears that the test_interval parameter is missing in leg_argument.yml. This might be an oversight worth addressing. 2. The test_batch_size in the configuration appears to be quite large. Could...

Hello Author! I am very interested in your wonderful research. In the test part of code, during calculating 'distance' values, there multiplies a parameter 'traj_scale', which confused me a lot....