You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing '()' in x_coord[i] - x_coord[i - 1] and y_coord[i] - y_coord[i - 1], which leads to huge velocity. Vehicles will always be judged to be not stationary.
The text was updated successfully, but these errors were encountered:
argoverse-forecasting/utils/social_features_utils.py
Lines 43 to 48 in 27696a1
Missing '()' in
x_coord[i] - x_coord[i - 1]
andy_coord[i] - y_coord[i - 1]
, which leads to huge velocity. Vehicles will always be judged to be not stationary.The text was updated successfully, but these errors were encountered: