Decrease Mac Input Size Because of CI Short Memory (#30330)

As the title
revert-31562-mean
Huihuang Zheng 4 years ago committed by GitHub
parent 3d015f1cf5
commit 017a534888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ cfg.label_smooth = True
# Model options
#
# input size
cfg.input_size = 608
cfg.input_size = 224 if sys.platform == 'darwin' else 608
# pixel mean values
cfg.pixel_means = [0.485, 0.456, 0.406]
# pixel std values

Loading…
Cancel
Save