socialways icon indicating copy to clipboard operation
socialways copied to clipboard

Social Ways: Learning Multi-Modal Distributions of Pedestrian Trajectories with GANs (CVPR 2019)

Results 20 socialways issues
Sort by recently updated
recently updated
newest added

Hi, there are some minor issues about your paper: 1. Performances in Socialways may not be reproduced; 2. Training and testing approach in Socialways different with the one in socialGAN...

Hi, do you train on 4 datasets and test on one dataset? It seems you are using 70% of data to train and 30% data for testing from your code....

‘’[Errno 2] No such file or directory: '../eth-8-12.npz'‘’ Is this error because the dataset has not been uploaded in your project?

Hi, So I am trying to understand how the dataset is used in the training process. While studying the create_dataset function, I noticed that there is no usage of velocity...

Can the author release the pretrained model weight? It always took a lot of time to train the model starting from scratch, appreciate it!

for dirpath, dirnames, filenames in sorted(os.walk(preds_dir)): 只需要把待测的一张图片放进preds_dir文件夹就可以吗?运行就可以?

According to the InfoGAN,the latent codes is really useful. But in your code,the latent code just act as a "int".I think the code is wrong.And thus the result is wrong.It...

Hi, The paper mentions agent i (agent whose trajectory is to be predicted ) and other agents j (neighbors). However, I couldn't find such distinction in the code. Can you...

I ran the network on the ETH dataset, but by adjusting the batch size, I can only get an error of about 0.96 / 1.55, and cannot achieve an accuracy...

Dear @amiryanj thanks again for sharing your code. I also got issues when training with the st dataset. can you provide the parameters that you use that worked to train...