mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
6 lines
209 B
Python
6 lines
209 B
Python
_base_ = './hrnetw18_b32x8_100e_jpg.py'
|
|
# model settings
|
|
model = dict(
|
|
backbone=dict(type='HRNet', arch='w44', multi_scale_output=True),
|
|
neck=dict(type='HRFuseScales', in_channels=(44, 88, 176, 352)))
|