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

Output resolution (pixelated) #251

Open menandro opened 3 years ago

menandro commented 3 years ago

Why is my output pixelated? My input image is 384x1024. I trained the network (CSS) with 256x256 crop. Is that why the result is pixelated? Should I train with higher crop values?

image