tub-rip / event_based_optical_flow

The official implementation of "Secrets of Event-based Optical Flow" (ECCV2022 Oral and IEEE T-PAMI 2024)
GNU General Public License v3.0
138 stars 13 forks source link

Is this optical flow trackintg synchronous(like KLT) or asynchronous(like eklt)? #11

Closed SharineLee closed 1 year ago

shiba24 commented 1 year ago

@SharineLee It's synchronous in the sense that the flow estimation is for a batch of events, not for every event incrementally. Apart from frame+event methods such as EKLT, if you look for an asynchronous optical flow estimation method using events only, I would suggest the followings: https://ieeexplore.ieee.org/document/10008035