agrimgupta92 / sgan

Code for "Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks", Gupta et al, CVPR 2018
MIT License
819 stars 260 forks source link

if self.noise_dim[0] == 0: TypeError: 'NoneType' object is not subscriptable #19

Closed jagjeet-singh closed 5 years ago

jagjeet-singh commented 5 years ago

The default value for noise_dim is None but the code fails if we use that. What was the noise dimension for the results shown in the paper?

angeliand commented 5 years ago

For the failing code and the easiest way to overcome it, please check: issue #15. For getting the hyperparameters that were used, I think you can use the print_args script as said in MODEL_ZOO.