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
I have 2 questions when calculating the speed of objects(please see the following code). why times 36 in the sp_est_norm? From m/s to km/h --> supposed to be 3.6 times?And the formula 24 in the paper, why not use the timestamps of consecutive frames as the delta_t to calculate the speed?
Hello, halajun
when reading the codes, I'm confused with some variables. Could you help me check if I have the correct understanding? Frame::nSemPosition means the label in semantic instance mask of valid object classes Frame::nModLabel means the tracking id of each object class but what's the difference between it and vObjLabel ?
when tracking the dynamic objects, the semantic label of the same car doesn't need to be the same in consecutive frames(eg. in Frame n, the label is 2, in the next Frame, the label is 3), the car can be tracked by optical flow(association between label2 and label3), and assign the same TrackId to the Obj in the consecutive frame. Is it correct? Thanks for your help!
Hi! Thanks for your great work firstly.
I have 2 questions when calculating the speed of objects(please see the following code). why times 36 in the sp_est_norm? From m/s to km/h --> supposed to be 3.6 times?And the formula 24 in the paper, why not use the timestamps of consecutive frames as the delta_t to calculate the speed?
The text was updated successfully, but these errors were encountered: