10 lines
271 B
Python
10 lines
271 B
Python
|
_base_ = ['./pose-detection_static.py', '../_base_/backends/rknn.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[192, 256])
|
||
|
|
||
|
codebase_config = dict(model_type='end2end')
|
||
|
|
||
|
backend_config = dict(
|
||
|
input_size_list=[[3, 256, 192]],
|
||
|
common_config=dict(target_platform='rv1126'))
|