Open tctco opened 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.
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.