nachiket92 / conv-social-pooling

Code for model proposed in: Nachiket Deo and Mohan M. Trivedi,"Convolutional Social Pooling for Vehicle Trajectory Prediction." CVPRW, 2018
MIT License
326 stars 97 forks source link

Text files used in preprocessing not provided #8

Closed mprannoy closed 5 years ago

mprannoy commented 5 years ago

@nachiket92, the script you provided uses preprocessed text files to generate the .mat files. Could you provide code to generate those text files? Or even the preprocessed text files should be fine.

mprannoy commented 5 years ago

My bad, I was misled by the changed names of the input files. The input is the raw files from the website.

codyreading commented 5 years ago

@mprannoy Were you able to find the raw files? The old website is down, and the new csv file doesn't seem to fit the same format

mprannoy commented 5 years ago

@codyreading Yes, you can find them here. You have to scroll down and click on "show more", where you will find the zip files to download.

codyreading commented 5 years ago

@mprannoy how long did the preprocessing script take to run. I've been running it for over 36 hours with my Ryzen 5 1600 and still hasn't finished

fuhuan26 commented 3 years ago

@codyreading Yes, you can find them here. You have to scroll down and click on "show more", where you will find the zip files to download. Hi, I downloaded the zip files and it contains some trajectory data.txt, which are not the same as the raw .txt files. Do we still have the access to those raw.txt files nowadays? Thanks.