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

What is the meaning of obs_traj,pred_traj_gt,pred_traj_fake etc ? #73

Open ritwik18010 opened 4 years ago

VishalSowrirajan commented 3 years ago

obs_traj - observed trajectories (in this case it is 8) pred_traj_gt - predicted trajectory ground truth (in this case it can be either 8 or 12) pred_traj_fake - trajectory output from the generator model (same as above - 8 or 12)