open-mmlab / mmflow

OpenMMLab optical flow toolbox and benchmark

Home Page:https://mmflow.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indentation error?

tctco opened this issue · comments

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.