MoonBlvd / tad-IROS2019

Code of the Unsupervised Traffic Accident Detection paper in Pytorch.
MIT License
164 stars 39 forks source link

How is the prediction horizon computed? #37

Open monjurulkarim opened 1 year ago

monjurulkarim commented 1 year ago

Hello, thanks for this nice repo. I was curious about the observation and prediction horizon. How do you slide through the time steps to move forward? Let's say, you observed from frame 0 to 14 and predicted from 15 to 24, what will be your next observation? Will your next observation be from frame 1 to frame 15?