Skip to content

Commit

Permalink
fix(exps): typo in tiny (#1129)
Browse files Browse the repository at this point in the history
fix(exps): typo in tiny
  • Loading branch information
nemonameless committed Feb 18, 2022
1 parent 8ba7b6d commit 57309c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exps/default/yolox_tiny.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self):
super(Exp, self).__init__()
self.depth = 0.33
self.width = 0.375
self.input_scale = (416, 416)
self.input_size = (416, 416)
self.mosaic_scale = (0.5, 1.5)
self.random_size = (10, 20)
self.test_size = (416, 416)
Expand Down

0 comments on commit 57309c7

Please sign in to comment.