Lam_NT-HUST
Lam_NT-HUST
> A basic example can be found in the verification part of the script `tools/deployment/python2onnx.py`: https://github.com/open-mmlab/mmpose/blob/master/tools/deployment/pytorch2onnx.py#L77 > > You can also refer to [MMDeploy](https://github.com/open-mmlab/mmdeploy) for more information. We recommend using...
> MMDeploy supports model export with dynamic input size. An example (for a classification model) can be found here: https://github.com/open-mmlab/mmdeploy/blob/master/configs/mmcls/classification_dynamic.py > > Please note that if a top-down pose model...