correct url. (#4)

Co-authored-by: AllentDan <41138331+AllentDan@users.noreply.github.com>

Co-authored-by: hanrui1sensetime <83800577+hanrui1sensetime@users.noreply.github.com>
pull/5/head
lvhan028 2021-12-24 22:16:23 +08:00 committed by GitHub
parent f4e152098b
commit d8d3c354c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ with ONNXRuntime on CPU. More examples on more devices/backends will come once o
To start with, put the corresponding ONNX model file exported for ONNXRuntime in `demo/config/resnet50_ort`
and `demo/config/retinanet_ort`. The models should be renamed as `end2end.onnx` to match the configs. The models can
be exported using [MMDeploy](https://github.com/grimoire/deploy_prototype) or corresponding OpenMMLab codebases.
be exported using [MMDeploy](https://github.com/open-mmlab/mmdeploy) or corresponding OpenMMLab codebases.
This can be done automatically when the model conversion to SDK model packaging script is ready in the future.