mmflow
mmflow copied to clipboard
fixed an indentation error in func postprocess_result inside base_decoder.py file
Motivation
Fixed an indentation error which leads to incorrect batch optical flow prediction. This indentation error causes early return in a loop.
This is a minor fix and should be easy to check.