[Config] Update mrcnn (#1236)

* update maskrcnn configs

* fix
pull/1247/head
Qing Jiang 2022-08-01 15:30:48 +08:00 committed by GitHub
parent 80d85c129f
commit cdba3056c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ test_pipeline = [
type='LoadImageFromFile',
file_client_args=file_client_args,
color_type='color_ignore_orientation'),
dict(type='mmdet.Resize', scale=(1600, 1600), keep_ratio=True),
dict(type='Resize', scale=(1600, 1600), keep_ratio=True),
dict(
type='PackTextDetInputs',
meta_keys=('img_path', 'ori_shape', 'img_shape', 'scale_factor',

View File

@ -49,7 +49,7 @@ test_pipeline = [
type='LoadImageFromFile',
file_client_args=file_client_args,
color_type='color_ignore_orientation'),
dict(type='mmdet.Resize', scale=(1920, 1920), keep_ratio=True),
dict(type='Resize', scale=(1920, 1920), keep_ratio=True),
dict(
type='PackTextDetInputs',
meta_keys=('img_path', 'ori_shape', 'img_shape', 'scale_factor',

View File

@ -48,7 +48,7 @@ test_pipeline = [
type='LoadImageFromFile',
file_client_args=file_client_args,
color_type='color_ignore_orientation'),
dict(type='mmdet.Resize', scale=(1920, 1920), keep_ratio=True),
dict(type='Resize', scale=(1920, 1920), keep_ratio=True),
dict(
type='PackTextDetInputs',
meta_keys=('img_path', 'ori_shape', 'img_shape', 'scale_factor',