agrimgupta92 / sgan

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

Any parameter setting recommendation #96

Open cghaon opened 3 years ago

T4B4 commented 3 years ago

I think these are the recommended settings: https://github.com/agrimgupta92/sgan/blob/master/scripts/run_traj.sh

cghaon commented 3 years ago

I think these are the recommended settings: https://github.com/agrimgupta92/sgan/blob/master/scripts/run_traj.sh

Thank you so much

ericaweng commented 2 years ago

The ones in that script file don't exactly match all of the ones reported in the SGAN paper (Section 3.6) For example, the batch size they report is 64, but the script has 32. The paper also doesn't report all of the necessary hyperparameters used. Does anyone have an explanation for the discrepancy?