in video_processing/modules/optical_flow.py [0:0]
def _to_image(flow_maps): return [Image.fromarray(np.array(flow_map)) for flow_map in flow_maps]