r00tman / EventNeRF

Neural Radiance Fields from a Single Colour Event Camera [CVPR 2023]
https://4dqv.mpi-inf.mpg.de/EventNeRF/
84 stars 8 forks source link

Question about events and frames in the real sequences. #8

Open shiba24 opened 1 year ago

shiba24 commented 1 year ago

Hi, I have two questions regarding the real sequences.

image

(Please ignore the wrong color of the RGB, it's basically because of my visualizer. What I want to ask is the alignment between frame data and event data.)

Or am I doing anything wrongly?

Best,

Shintaro

r00tman commented 11 months ago

Hi, sorry for the delay.

For the real data, we don't have ground-truth RGB images. Therefore, we used synced caterpillar image as a placeholder, as to at least see which view is being rendered in tensorboard.

The view number is from 0 to 1000, corresponding to a full turn around the object, where view 1000=view 0.

In the synthetic data, it is 1s, therefore it is in milliseconds. With the real data, the rotation speed is 45RPM, so view 1000 corresponds to t=1.33 seconds in the real world.

Best, Viktor