Skip to content

Commit

Permalink
change 'reduct' to 'reduce' (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinchimaoliang authored Dec 13, 2020
1 parent 9046512 commit 1fb54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmseg/datasets/pipelines/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class LoadAnnotations(object):
"""Load annotations for semantic segmentation.
Args:
reduct_zero_label (bool): Whether reduce all label value by 1.
reduce_zero_label (bool): Whether reduce all label value by 1.
Usually used for datasets where 0 is background label.
Default: False.
file_client_args (dict): Arguments to instantiate a FileClient.
Expand Down

0 comments on commit 1fb54ac

Please sign in to comment.