agrimgupta92 / sgan

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

Implementation of S-LSTM #31

Closed trungmanhhuynh closed 5 years ago

trungmanhhuynh commented 5 years ago

Hi @agrimgupta92, Are you able to share with me your implementation of S-LSTM and LSTM model, that produced the results in your paper ?

That's help a lot. Thanks for your great work.

w00zie commented 5 years ago

I'm interested in these models as well.

Thanks.

agrimgupta92 commented 5 years ago

Unfortunately I don't have access to those models anymore. However, the core implement of social pooling module can be found here. It should be straightforward to develop on top if this.