-
Notifications
You must be signed in to change notification settings - Fork 55
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
I put different pictures together into a video and then ran v2e. There will be flickering during the transition. Is there any way to remove it? #69
Comments
v2e doesn't do any video smoothing given a video. Maybe do some post-processing before you produce the video? Use some kind of smoothing or stabilization from a video editor? |
Could you be more clear about your setup? Are the pictures from a video
sequence? If so, is there aliasing in the video, i.e. is the frame rate
too low to capture the highest frequencies? If the spatial jumps are
too large, then superslomo cannot compute optical flow. Please share
part of the video sequence.
|
Do you know the original frame rate of these video frames? If it's a super low rate, the displacement between frames could be very large. In this case, you might want to remove the |
original frame rate depend what I set up, I tried to set up 30 before but still noise, I can try to use this --disable-slomo, but what do you think my output fps should be? also 30? And you say I can interpolate some frames in between, you mean when I combine the non continuous picture to video? |
Based on a quick look at your video sequence your bursty output is
expected and v2e works "correctly". v2e is intended to realistically
simulate DVS events resulting from continuous time video input. If you
feed stroboscopic image sequences, the output will in your case is
realistic: you are showing the "camera" a series of images which have
big changes between them, as a result there will be huge bursts of
events. Or am I missing something?
|
So I'm curious if there's a way to merge these different types of images into a video and then convert it to event data. Otherwise, I can only find continuous images to convert, which significantly limits the size of my dataset. |
No description provided.
The text was updated successfully, but these errors were encountered: