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

Question: How to get predicted trajectory? #13

Closed daehoumich closed 5 years ago

daehoumich commented 5 years ago

Hi,

Is there any simple way to save the predicted trajectory (e.g., x-y coordinates) in a txt or any file format?

agrimgupta92 commented 5 years ago

No we don't provide any utility function to do that. You can dump it in the same format as the input txt file.

Psychic-DL commented 4 years ago

Have you solved this problem?I also want to get this result.Thx. @daehoumich