| | 193 | == Improving and implementing advanced Video Frame Interpolation == |
| | 194 | |
| | 195 | '''Description:''' FFmpeg already has a vf_miterpolate to generate high frame videos. I would like to work on this using the default dnn code provided by FFmpeg and implement new algorithms which improve over previous methods. |
| | 196 | |
| | 197 | '''Expected results:''' A fast and efficient filter for video interpolation with different models for different speeds and accuracy by July end and various other useful modules such as flow estimation, etc, required by the model by Phase 2 evaluation. |
| | 198 | |
| | 199 | '''Qualification Task:''' Use the DNN module to implement and train a flow estimation network for learning optical flow. |
| | 200 | |