-
Notifications
You must be signed in to change notification settings - Fork 8
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 event timestamps. #7
Comments
I also found this problem in synthetic data sets. But it's normal in real data sets. It is hoped that the author can disclose the original event data of the synthetic dataset. |
Hi, sorry for the delay. Yes, the timestamp is tied to the frame number. We have original .blend files of the scenes on this page. I could share the original rendered RGB frames too, then you would be able to directly use other event simulators, e.g., ones that do frame interpolation before simulation, resulting in less quantized timestamps. |
Thank you very much for your dataset, I noticed that you provided the original file of the real sequence (.aedat4 file). The.aedat4 file for the synthetic dataset is not provided. I now really need the aedat4 file of the synthesized sequence to compare with your great work. Thank you! @r00tman |
Hi, thank you for the dataset.
When I load the event npz file, the timestamp looks strange (all integers). What's the actual unit of the timestamp?
I suspect that this integers [0-999] corresponds to the number of frames.
If that is the case, this dataset does not contain accurate event timestamps, but rather has the ones quantized to the frame IDs?
The text was updated successfully, but these errors were encountered: