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
For the synthetic data in blender, I was wondering how do you get the readout time? Do you use Camera -> Motion Blur -> Rolling shutter to get the effect? Is your readout time obtained from the shutter input? That is, when shutter = 1.0, readout time = 1/FPS?
The text was updated successfully, but these errors were encountered:
Yes, we used the Cycles rolling shutter feature to get the effect. You can find the blend files here: https://zenodo.org/records/10847884, check out the Python scripts within the blend files that are used to render the data in desired format.
The important bits are below. Define how much exposure and rolling shutter effect you want:
It seems that the total time of camera considered for rendering this image is fixed for 1 frame (i.e. 1/FPS second), and the only thing that changes when you set different EXPOSURE_TIME and ROLLING_SHUTTER_TIME is the ratio, i.e. scene.cycles.rolling_shutter_duration.
Then when you set, for instance
EXPOSURE_TIME = 1.0
ROLLING_SHUTTER_TIME = 3.0
what are the corresponding values (and units) for $T_e$ and $T_{ro}$ as in Eq (3) in the paper?
Hi,
Nice work!
For the synthetic data in blender, I was wondering how do you get the readout time? Do you use Camera -> Motion Blur -> Rolling shutter to get the effect? Is your readout time obtained from the shutter input? That is, when shutter = 1.0, readout time = 1/FPS?
The text was updated successfully, but these errors were encountered: