Skip to content

Commit

Permalink
fix(models): typo in darknet (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
woowonjin committed Jan 26, 2022
1 parent ca9bc37 commit 856bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolox/models/darknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
Args:
depth (int): depth of darknet used in model, usually use [21, 53] for this param.
in_channels (int): number of input channels, for example, use 3 for RGB image.
stem_out_channels (int): number of output chanels of darknet stem.
stem_out_channels (int): number of output channels of darknet stem.
It decides channels of darknet layer2 to layer5.
out_features (Tuple[str]): desired output layer name.
"""
Expand Down

0 comments on commit 856bf0f

Please sign in to comment.