Li Siyao

Results 17 comments of Li Siyao

The cupy is used in softsplat. I have a substitution but will make the code slower. I can first update it to make you run the code successfully and find...

Hi, I just update a version without using cupy. To use it, please substitute "model = AnimeInterp" in config file to "model = AnimeInterpNoCupy" and comment the the content about...

Thank you for your interests! Sure. Check this link please: https://www.dropbox.com/s/mgk5pozyq0qi0ye/rfr_sintel_latest.pth?dl=0 I'm sorry for late replying due to CVPR's deadline. Hope this can help. Also, thanks for indicating that the...

> 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...

> 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...

> > > > 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...

Another point on whether the pre-computed SGM step can be ignored: The implementation of SGM is based on color piece segmentation and matching in "for loops" on CPUs. If the...