Skip to content

Commit afe58a4

Browse files
authored
change MotionBlur blur_limit from 6 to 7 to fix ValueError: Blur limit must be odd when centered=True. Got: (3, 6) (#1821)
1 parent 67f25c6 commit afe58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/textrecog/abinet/_base_abinet-vision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
type='mmdet.Albu',
8181
transforms=[
8282
dict(type='GaussNoise', var_limit=(20, 20), p=0.5),
83-
dict(type='MotionBlur', blur_limit=6, p=0.5),
83+
dict(type='MotionBlur', blur_limit=7, p=0.5),
8484
]),
8585
]),
8686
dict(

0 commit comments

Comments
 (0)