Tone

Results 71 comments of Tone

Hi, I was on vacation some time ago. I use the following function to calculate the motion magnitude. ```python def get_magnitude(flow): return (flow[:, 0, :, :] ** 2 + flow[:,...