sgan icon indicating copy to clipboard operation
sgan copied to clipboard

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018

Results 70 sgan issues
Sort by recently updated
recently updated
newest added

The paper describes that the data is converted to real-world coordinates. Can I know how to map back to pixel space to visualize in the video image as shown in...

The `make_mlp` function appends also to the last layer batch normalization, dropout, and the activation function. This might be problematic, as the output of such function is used also to...

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

![image](https://user-images.githubusercontent.com/62026472/149550862-b7450bf1-0c7c-44c7-b29a-331622e26457.png) When I ran train.py, this bug appeared. Later, I adjusted the torch version and no longer reported the error, but it appeared again when I ran evaluate_model.py. I don't...

Hello, when I run the evaluate script, I always get this error. What can I do please? ![Capture](https://user-images.githubusercontent.com/94976539/168042778-3f448a0d-1184-43b0-8a2e-93cc3adad641.PNG) Thanks

I have met the problem, when I run my the train.py. Traceback (most recent call last): File "train.py", line 595, in main(args) File "train.py", line 160, in main batch_norm=args.batch_norm) File...

This pull requests addresses incorrect validation loss calculation and checkpoint saving behavior due to unintentional aliasing. Specifically: - the lists used to calculate the validation metrics referred to the same...

I want to reproduce the indicators of the code in the paper. However, the default parameters do not get the desired results,Can you provide the super parameters in the code?such...

Hi I have trained the model for zara1 (8 timestamps) by using the pretrained model parameters (which I got by using print arguments of your pretrained model). Evaluation script is...