MiaoJieF

Results 4 issues of MiaoJieF

I use the pytorch version of pwcnet to test the inference time, the image resolution is 1024 x 512, the graphics card used is RTX3060, and the inference time is...

I train on Flyingthings and test on sintel and kitti, the epe fluctuates a lot, is this normal?

I replaced the single-branch network of a low-level vision task network with the multi-branch in the paper, but instead the training did not converge. I did not add the SE...

Here's my code. I am trying to read the optical flow to warp frame 2 back to frame 1. But the results appear to be wrong. ``` flo = np.load(r'E:\Dataset\SHIFT\flow\0003-17fb\00000040_flow_front.npz')...