EasyCV/configs/detection/yolox/yolox_m_8xb16_300e_coco.py

5 lines
116 B
Python

_base_ = './yolox_s_8xb16_300e_coco.py'
# model settings
model = dict(model_type='m', head=dict(model_type='m', ))