You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great repo!
It would be helpful to add a few words about the format of the input to the flow_to_color.
The dostring ("flow_uv (np.ndarray): Flow UV image of shape [H,W,2]") only mentions the required shape, but what about the values?
I guess it's the relative shift (and not absolute position)? are the units in "pixels" or should I divide by H,W?
also, if clip_flow parameter is passed, the input flow is clipped between [0, clip_flow], which means negative values are not expected? which means the input should not be the relative shift, but then the output makes no sense.
It could have also helped,If the example numpy data ('./data/flow_example_data.npy') was available
The text was updated successfully, but these errors were encountered:
Hi, great repo!
It would be helpful to add a few words about the format of the input to the flow_to_color.
The dostring ("flow_uv (np.ndarray): Flow UV image of shape [H,W,2]") only mentions the required shape, but what about the values?
I guess it's the relative shift (and not absolute position)? are the units in "pixels" or should I divide by H,W?
also, if clip_flow parameter is passed, the input flow is clipped between [0, clip_flow], which means negative values are not expected? which means the input should not be the relative shift, but then the output makes no sense.
It could have also helped,If the example numpy data ('./data/flow_example_data.npy') was available
The text was updated successfully, but these errors were encountered: