Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shiba24 opened this issue Sep 13, 2023 · 1 comment
Open

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

shiba24 opened this issue Sep 13, 2023 · 1 comment

Comments

@shiba24
Copy link

shiba24 commented Sep 13, 2023

Hi, I have two questions regarding the real sequences.

  • Alignment with events and RGB images.
    When I load data/real/legocube/train for example, events and RGB are not aligned.
    Assume the RGB file names correspond to the millisec unit, (ex. r_00000.png = 0sec, r_00001.png = 0.001sec),
    An example output of the same timestamps from event camera and image is as below and looks not properly aligned:

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.)

  • The image files in other sequences:
    The RGB files from other real sequences (I checked at least plant, chick, mic) look like just legocube. Can you double check if you upload image data correctly?
    r_00944

Or am I doing anything wrongly?

Best,

Shintaro

@r00tman
Copy link
Owner

r00tman commented Oct 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants