NVIDIA / flownet2-pytorch

Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Other
3.08k stars 738 forks source link

I can't initialize Flownet2 #255

Open wangxw17 opened 3 years ago

wangxw17 commented 3 years ago

The process got stuck when I try to initialize Flownet2 with 'net = FlowNet2(args).cuda()', how can I solve it?

1619101792(1)