7 lines
190 B
Python
7 lines
190 B
Python
|
_base_ = [
|
||
|
'../_base_/torchscript_config.py', '../_base_/backends/torchscript.py'
|
||
|
]
|
||
|
|
||
|
codebase_config = dict(type='mmpose', task='PoseDetection')
|
||
|
ir_config = dict(input_shape=[192, 256])
|