agrimgupta92 / sgan

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

Can you provide the super parameters in the code? #111

Open woshanglaile opened 2 years ago

woshanglaile commented 2 years ago

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 as noise_dim,clipping_threshold_g,clipping_threshold_d, l2_loss_weight

cansurmeli commented 2 years ago

The default parameters are there just to fill blank spaces.

If you take a look at the file named run_traj.sh under sgan/scripts, you can see their actual experimentation.

woshanglaile commented 2 years ago

Thank you , I get it.