BSRT icon indicating copy to clipboard operation
BSRT copied to clipboard

Get flow between frames ref and other

Open qtct opened this issue 1 year ago • 5 comments

flows_list = [flow.view(b, n, 2, h // (2 ** (i)), w // (2 ** (i))) for flow, i in zip(flows, range(3))] RuntimeError: shape '[4, 7, 2, 64, 64]' is invalid for input of size 8192

In the get_ref_flows function of bsrt.py,I had such a problem without any modification,what's wrong,thanks for your response.

qtct avatar Mar 05 '23 06:03 qtct