9 lines
254 B
Python
9 lines
254 B
Python
_base_ = ["./pose-detection_static.py", "../_base_/backends/onnxruntime.py"]
|
|
|
|
onnx_config = dict(
|
|
input_shape=[288, 384],
|
|
output_names=["simcc_x", "simcc_y"],
|
|
)
|
|
|
|
codebase_config = dict(export_postprocess=False) # do not export get_simcc_maximum
|