Flow_to_image()

Hello :slight_smile:
given a RGB image:
image = torchvision.flow_to_image(optical_flow)
How can I reconstruct optical_flow using image alone? (in other words to create image_to_flow)
Thanks!

You could check if you could invert this method.