Closed kairikibear closed 4 years ago
Hi @kairikibear,
Yes, the normalization of value range is explicitly performed only on RGB frames. In my opinion, the bounding range of optical flow is flexible (not strictly 0-255, 0-1 as RGB pixels), it is thus safer to keep their original values instead of normalizing them.
thank you!
Hi! Thanks for the hard work. I am currently trying to reimplement this code but what is still ambiguous to me is the following :
From load_images_and_flows, i saw some processing on the data loaded. It is save to assume that:
Thanks in advance!