Skip to content

Commit

Permalink
revise docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Dec 14, 2021
1 parent 72b8bd1 commit 858cd6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmflow/models/decoders/irrpwc_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ class IRRPWCDecoder(BaseDecoder):
elements involved to calculate correlation or not.
Defaults to True.
warp_cfg (dict): Config for warp operation. Defaults to
dict(type='Warp', align_corners=True).
dict(type='Warp', align_corners=True) that are same to the official
implementation of IRRPWC.
densefeat_channels (Sequence[int]): Number of output channels for
dense layers. Defaults to (128, 128, 96, 64, 32).
flow_post_processor (dict, optional): Config of flow post process
Expand Down

0 comments on commit 858cd6a

Please # to comment.