hzwer / Practical-RIFE

We are developing more practical frame interpolation approach.
MIT License
542 stars 60 forks source link

About mask and artifact #79

Closed jc851426907 closed 1 month ago

jc851426907 commented 1 month ago

Hi, Thanks for your excellent work. I have two questions.

  1. Have you ever tried removing the mask operation during training and inference, and directly using a weight of 0.5 to fuse the two warping results? I wonder how much impact will this have for the model.
  2. When I infer some hard cases, there are some artifacts in results. Do you have any suggestions or measures for it? Thanks a lot!
hzwer commented 1 month ago
  1. I believe the effect will be poor. I don't remember if I have done any related experiments
  2. I don't know particularly good method, maybe you can calculate the similarity between warped_img0 and warped_img1 to delete some interpolated frame results and directly copy the previous frame
jc851426907 commented 1 month ago

Thanks for your reply.