4 lines
151 B
Python
4 lines
151 B
Python
|
_base_ = ['./pose-detection_static.py', '../_base_/backends/ncnn.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[192, 256], output_names=['simcc_x', 'simcc_y'])
|