SingularTrajectory
SingularTrajectory copied to clipboard
Official Code for "SingularTrajectory: Universal Trajectory Predictor using Diffusion Model (CVPR 2024)"
As I run the `./script/download_datasets.sh` and then run the example, they always report that `FileNotFoundError: [Errno 2] No such file or directory: './datasets/zara2//train/'` I check the downloaded dataset, the required...
when we download datasets ,we find this code "./scripts/download_datasets.sh" don't match with your file name. Can you correct it please?
Hi, thank you for the inspiring work! I was wondering if you are planning to release the config files for the experiment on EigenTrajectory model in domain adaptation setting. I...
When I run the scripts example that you supported,I have met an issue: config json does not exit.Can you support right configs?Thank you very much!
Thank you for your excellent contribution and generous open-source efforts! I am interested in a question. It may be solved by reading the code. But for clarity and certainty, I...
I encountered this problem when I reproduced your code: > **Traceback (most recent call last): > File "trainval.py", line 29, in > trainer = ModelTrainer(base_model=PredictorModel, model=SingularTrajectory, hook_func=hook_func, > File "/home/github_repo/SingularTrajectory/utils/trainer.py",...
Hello, author.After reproducing, without changing anything else, the test results are different each time after training. Do we need to set a random seed? If so, how should I set...
Thanks for your excellent work! I wondered if there are results on dataset SDD. If not, how could i evaluate on SDD.
hello!Thanks for your work! But i want to know how to train our dataset not ETH or UCY?