HRHLALALA
HRHLALALA
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....
Hi, great work! Can you provide the permutation trajectories obtained from PECNet and STGCNN publicly or privately if their code option cannot be released easily? I hope I can use...
Hi, I have tried to reproduce your results by running `SGNet.pytorch/tools/ethucy/train_deterministic.py` and `SGNet.pytorch/tools/ethucy/eval_deterministic.py`. I didn't change anything except adding some model saving code from your previous commits in `train_deterministic.py`. Can...
Hi, really nice work!! May I ask if it is possible to release all datasets you used especially the segmented scenes in SDD? Also, have you tested the zara3, student_3,...
Hi, I notice that trajectories in some datasets are not consistent with provided in [Social GAN](https://github.com/agrimgupta92/sgan). May I ask how do you preprocess your data? It will be helpful to...
Hi, thanks for your excellent work! I notice that your template is within (0,0.0099) and you do not normalize the template to (0,1) though there is such a choice. Would...
I am planning to conduct an experiment on CitySIM before the coming CVPR. I have completed the application form and sent the email to [email protected] on Sunday but there is...
For pedestrian tasks, it seems that only 1 sample is allowed for evaluation but I guess all baselines are using 20 samples. Can you check it? Thanks.
Hi, for the inD dataset, can you provide more details about the data preprocessing? For example, what is the `skip_ts_window` for this dataset? I tried to use 5 but the...
Hi, the full dataset is too large to be downloaded. Is it possible to release the preprocessed trajectory files such as ``trajectory_txt", train.pkl, val.pkl and test.pkl? ynet ├── data │...