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

The reason for the embedding net #78

Open Mirorrn opened 4 years ago

Mirorrn commented 4 years ago

Hello,

I am not quite clear what the embedding net is good for. According to the code, it turns a 2-dimensional input vector (x, y) into a 16-dimensional vector (latent space).

Many thanks in advance for any insights.