4 lines
119 B
Python
4 lines
119 B
Python
|
_base_ = ['./pose-detection_static.py', '../_base_/backends/ncnn-int8.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[256, 256])
|