neko

Results 54 comments of neko

It runs like this ![1](https://user-images.githubusercontent.com/68835291/118878842-9b45c680-b922-11eb-9121-3084696540ba.png)

1.change the testset_root at configs/config_test_w_sgm.py 2.create some folders at the testset_root, put frame1.jpg frame2.jpg frame3.jpg (frame2.jpg only needs to have the same resolution as the other two pictures No need...

If you want to add frames to a complete video, I guess the code needs to be changed a lot

The test code I used may read the pre-computed sgm flow, but I replaced the optical flow in pre_calc_sgm_flow folder with the optical flow generated by RAFT, which did not...

> > The test code I used may read the pre-computed sgm flow, but I replaced the optical flow in pre_calc_sgm_flow folder with the optical flow generated by RAFT, which...

以及通过对cv2,gmflow,raft计算的光流对比发现,cv2的光流可能极其不精确,或许当时用cv2算光流失败的转场识别,可以尝试用AI方法(gmflow,raft等)来做

注意三种实现代码中以下的几行 ``` # 计算timestep timestep_A = (num_frames_interpolate_A + 1) / 1 timestep_B = (num_frames_interpolate_B + 1) / 1 ``` 应改成 ``` # 计算timestep timestep_A = 1 / (num_frames_interpolate_A + 1)...

这是可直接使用的EISAI复现版本 https://drive.google.com/file/d/1TfB_06wBMbGGzCkR-V4vzvEPfyDK3Ga0/view?usp=sharing 建议在选中绝对流畅后,旁边出现个按钮,“加强流畅度” 来开启这个功能(注释里写可能会增多果冻

目前发现的问题: 1.此方法对一拍二一拍三交替画面效果较差

《你知道就好》/xyx