Vehicle Ego Velocity
paaraujo opened this issue · 1 comments
paaraujo commented
Toytiny commented
Hi Paulo,
We don't compute the vehicle speed in my codes but we do extract the vehicle odometry (or ego-motion transform). Please refer to https://github.com/Toytiny/CMFlow/blob/16a095a250453b4fe1363e4ec9dddd20d0d64e4f/preprocess/utils/get_flow_samples.py#L89C46-L89C58. Given the inter-frame vehicle transform, you can easily compute the vehicle forward speed.
If our codes help your work, please kindly cite our paper
Best,
Fangqiang