vita-epfl / RRB

Official implementation of "Injecting Knowledge in Data-driven Vehicle Trajectory Predictors", Published in Transportation research part C.
BSD 2-Clause "Simplified" License
67 stars 11 forks source link

Error in train scenes #6

Closed Alexwxwu closed 2 years ago

Alexwxwu commented 2 years ago

I am trying to train a new model. In dataset.py line 20filenames = glob.iglob(path, recursive=recursive), it seems that filenamesis an object instead of a list, so the next for loop cannot be executed.