mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* support pointpillar nus version * support pointpillar nus version * add regression test config for mmdet3d * fix exit with no error code * fix cfg * fix worksize * fix worksize * fix cfg * support nus pp * fix yaml * fix yaml * fix yaml * add ut * fix ut Co-authored-by: RunningLeon <mnsheng@yeah.net>
10 lines
264 B
Python
10 lines
264 B
Python
_base_ = ['./voxel-detection_dynamic.py', '../../_base_/backends/openvino.py']
|
|
|
|
onnx_config = dict(input_shape=None)
|
|
|
|
backend_config = dict(model_inputs=[
|
|
dict(
|
|
opt_shapes=dict(
|
|
voxels=[5000, 32, 4], num_points=[5000], coors=[5000, 4]))
|
|
])
|