Closed SS47816 closed 5 months ago
@Alan-LanFeng
The 'WaymoAgent(pred[[i]])' creates an instance containing all the vehicles in a time step, which means that polygons are a list of all polygons of all vehicles. So the code is correct here. We simply use 0 as the IOU threshold in the paper and experiments.
Dear authors,
Very Impressive work!
However, I spotted a major issue in your calculation of the SCR.
Here is a snapshot of your current code (related Issue #11, commit: dfebc2c), which shows that instead of checking for collisions across different vehicles at the same timestep, you are checking for collisions on the same vehicle across different timesteps?
I am trying to reproduce the results in the paper. Could you help check this part and correct me if I am wrong?
Also, it was noticed that in your original paper, the collision rate is dependent on a "predefined IOU threshold", which was not reflected in your code using the
shapely.Polygon
APIs. May I ask what is the IOU threshold used to reproduce the SCR results in the paper?Thank you!