Chohoonhee / TTA-EVF

MIT License
1 stars 0 forks source link

Some questions #2

Open naturezhanghn opened 6 days ago

naturezhanghn commented 6 days ago

Hello, I have been testing interpolation results on ERDS dataset and noticed that methods incorporating event data significantly underperform compared to pure RGB interpolation methods like RIFE and Super SloMo. Could you please explain why this might be the case? Is it possible that pure RGB interpolation is more effective for the specific data? Thank you for your insights.

Chohoonhee commented 5 days ago

In general scenarios where data comes in good quality, the VFI method combined with events shows significantly superior performance. However, the ERDS dataset assumes extreme conditions where event data may be placed in such situations. Therefore, evaluating including a general scene shows that event-based VFI performs better. Conversely, in situations where these conditions are continually changing events, event-based VFI may show poorer performance. We have attempted to handle this issue as effectively as possible using TTA techniques.

naturezhanghn commented 3 days ago

Thank you for your response. We greatly appreciate your contributions to the data and look forward to the code release.