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
Hello, I'm curious about how the rolling shutter parameters used in the experiments were obtained.
For the pandaset, the rolling shutter is set to (-0.03, 0.01); however, it isn't too clear how this was estimated from the paper. Since the cameras individual timestamps aren't available in the data, how was the shutter time manually approximated? Also, were none of the other datasets high-speed enough to benefit from rolling shutter modeling?
The text was updated successfully, but these errors were encountered:
As you say, the parameters are not available in the raw data, hence we estimated them manually. The process was something like:
Find scenes where we drive by something close by that is standing straight up. For example, a pole on the side of the road.
Check point cloud data to check distance from side camera to object in question.
Look at pose data to estimate velocity when we drive by.
Get a rough guess for rolling shutter parameters.
Do some parameter sweeps to find optimal value.
Then we use the same parameters for all cameras, which of course might not be correct, but works good enough in practice. Further, we've seen that exposure parameters seems to sometimes differ during some scenes (like when sun is shining straight into camera and then is obstructed), so this process is prone to errors.
I think if you are not driving by things at a high velocity, then the rolling shutter compensation usually does not give big benefits to any metrics. For the lidar, however, it is important to capture these effects for proper geometry supervision.
Hello, I'm curious about how the rolling shutter parameters used in the experiments were obtained.
For the pandaset, the rolling shutter is set to
(-0.03, 0.01)
; however, it isn't too clear how this was estimated from the paper. Since the cameras individual timestamps aren't available in the data, how was the shutter time manually approximated? Also, were none of the other datasets high-speed enough to benefit from rolling shutter modeling?The text was updated successfully, but these errors were encountered: