jinsc37 / DIFRINT

TOG20/SIGGRAPH Asia19 "Deep Iterative Frame Interpolation for Full-frame Video Stabilization" - PyTorch
81 stars 23 forks source link

Problem with Evaluation Procedure #9

Open A-Kerim opened 3 years ago

A-Kerim commented 3 years ago

Thank you for your nice work.

I have a problem understanding what will happen when the video is challenging and the following condition: len(goodMatches) > MIN_MATCH_COUNT is not satisfied! Your current implementation will give simply an error! Could you please suggest how do you handle this situation? https://github.com/jinsc37/DIFRINT/blob/8c9ff9b3465a89658e6b046c767e776615ec4ab2/metrics.py#L46