open-mmlab / mmflow

OpenMMLab optical flow toolbox and benchmark
https://mmflow.readthedocs.io/en/latest/
Apache License 2.0
965 stars 116 forks source link

Indentation error? #286

Open tctco opened 1 year ago

tctco commented 1 year ago

It seems that there is an indentation error in this line https://github.com/open-mmlab/mmflow/blob/dev-1.x/mmflow/models/decoders/base_decoder.py#L102

The postprocess_result function returns at the first entry of the for-loop. This should be an easy fix.