DachunKai / EvTexture

[ICML 2024] EvTexture: Event-driven Texture Enhancement for Video Super-Resolution
https://dachunkai.github.io/evtexture.github.io/
Apache License 2.0
1.05k stars 69 forks source link

Clarification on event simulator parameter changes frequency in event data generation #20

Closed W-Shuoyan closed 3 months ago

W-Shuoyan commented 3 months ago

Hello!

Thank you for providing the DataPreparation.md guide! It's an excellent resource for simulating and generating event voxels. However, I have some confusion regarding Step 1: Event data generation. Specifically, I would like to understand how frequently the parameters of the event simulator are randomized. Do these parameters change each time an entire video sequence is processed, every time a partial frame of the video sequence is processed, or perhaps in some other way?

I appreciate your assistance and look forward to your response. Thanks!

DachunKai commented 3 months ago

@W-Shuoyan Hi, for each video that requires event simulation, the random numbers Cp and Cn are generated once. This means that each simulated video has a unique random threshold. Thank you for your interest in our work.

W-Shuoyan commented 3 months ago

Got it! Thanks so much for the quick reply!