mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* cpu format shape * convert model * python api * speedup dataloader * minor * add cpp demo * add visualize * fix resize param order * export pipeline.json * fix three crop * read SampleFrames from model_cfg * minor * lint * move to a func * speed up format shape cpu * use input mat device * fix comments * fix comments * update docs/benchmark * docs/supported-codebases * update tests/data * fix lint * fix lint
4 lines
107 B
Python
4 lines
107 B
Python
_base_ = ['../../_base_/onnx_config.py']
|
|
|
|
codebase_config = dict(type='mmaction', task='VideoRecognition')
|