jinsc37 / DIFRINT

TOG20/SIGGRAPH Asia19 "Deep Iterative Frame Interpolation for Full-frame Video Stabilization" - PyTorch
80 stars 23 forks source link

ModuleNotFoundError: No module named 'models.gridNet' #4

Open ZYzhouya opened 3 years ago

ZYzhouya commented 3 years ago

Thanks for your great work!

When I run “python run_seq2.py --cuda --n_iter 3 --skip 2”,I get the error as below:

ModuleNotFoundError: No module named 'models.gridNet'

Could you provide the gridNet.py file?

mhmtsarigul commented 3 years ago

I have the same problem. Please can you provide gridnet.py.

jinsc37 commented 3 years ago

Hi, sorry for the inconvenience. I think just commenting out the 7th line in models/models.py will fix it. gridNet is deprecated from our code. thx!

mhmtsarigul commented 3 years ago

Thanks for quick reply. I removed gridNet.

it asked for sintel.pytorch

FileNotFoundError: [Errno 2] No such file or directory: './trained_models/sintel.pytorch'

I download it from https://github.com/vt-vl-lab/pwc-net.pytorch/blob/master/models/sintel.pytorch

and it worked.

Thanks for sharing your great work.