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

What would be best value of num_event_per_pixel for DAVIS346? #29

Open
PyoSH opened this issue Jan 15, 2023 · 0 comments
Open

What would be best value of num_event_per_pixel for DAVIS346? #29

PyoSH opened this issue Jan 15, 2023 · 0 comments

Comments

@PyoSH
Copy link

PyoSH commented Jan 15, 2023

Hi! thanks for sharing this excellent work.
I'm using DAVIS346, and I'm curious about the calculation of the num_event_per_pixel parameter.

In Readme, there is an explanation about it.
--num_events_per_pixel (default: 0.35): Parameter used to automatically estimate the window size based on the sensor size. The value of 0.35 was chosen to correspond to ~ 15,000 events on a 240x180 sensor such as the DAVIS240C.

I thought I would calculate in num_event_per_pixel= 15000 / (width * height) so my value was approximately 0.17.
And I did reconstruction using this value, but the result wasn't that good enough.

Is there another way to calculate the value of this parameter?
frame_0018840976

these are my used options:--auto_hdr, --num_events_per_pixel 0.17

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

1 participant