sgan
sgan copied to clipboard
Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
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...
 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?  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...