mmpose/projects/rtmpose/yolox/humanart/yolox_nano_8xb8-300e_humana...

12 lines
361 B
Python

_base_ = './yolox_tiny_8xb8-300e_humanart.py'
# model settings
model = dict(
backbone=dict(deepen_factor=0.33, widen_factor=0.25, use_depthwise=True),
neck=dict(
in_channels=[64, 128, 256],
out_channels=64,
num_csp_blocks=1,
use_depthwise=True),
bbox_head=dict(in_channels=64, feat_channels=64, use_depthwise=True))