mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* fix(tools/deploy.py): support snpe * improvement(backend/snpe): review advices * docs(backend/snpe): update build * docs(backend/snpe): server support specify port * docs(backend/snpe): update path * fix(backend/snpe): time counter missing argument * docs(backend/snpe): add missing argument * docs(backend/snpe): update download and using * improvement(snpe_net.cpp): load model with modeldata
4 lines
114 B
Python
4 lines
114 B
Python
_base_ = ['./pose-detection_static.py', '../_base_/backends/snpe.py']
|
|
|
|
onnx_config = dict(input_shape=[256, 256])
|