vita-epfl / trajnetplusplusdataset

Dataset Preparation for TrajNet++
30 stars 27 forks source link

Issues with Dataset Conversion #5

Closed 396559551 closed 3 years ago

396559551 commented 3 years ago

Hello, I read your blog about Dataset Conversion tutorial how to convert ETH dataset ,but When I run python -m trajnetbaselines.lstm.trainer --path synth_data --type 'nn' --goals

There is a error: FileNotFoundError: [Errno 2] No such file or directory: 'goal_files//train/students001.pkl'

How can I have file or directory of goal_files?

I am a beginner on Trajectory prediction,I would appreciate it if you could tell me how to solve this problem Best wishes

theDebugger811 commented 3 years ago

Hello, We don't have the goal functionality for real-world data (as it is not available). However, you can define the last seen position of the pedestrian in the dataset as his/her goal by modifying this file.

Goals for synthetic data are available in releases here.

theDebugger811 commented 3 years ago

Closing this issue due to inactivity