GMFlowNet This repository contains the official implementation for the paper: Global Matching with Overlapping Attention for Optical Flow Estimation CVPR 2022 Shiyu Zhao, Long Zhao, Zhixing Zhang, Enyu Zhou, Dimitris Metaxas Requirements The code has been tested with PyTorch 1.7 and Cuda 11.0. Later...
return forward_call(*input, **kwargs) File "/media/anil/New Volume1/Nihal/ptlflow/ptlflow/models/gmflow/gmflow.py", line 40, in forward flow_loss += i_weight * (valid[:, None] * i_loss).mean() RuntimeError: The size of tensor a (4) must match the size of tensor b (2) ...