Moved image normalization into onnx models.

This commit is contained in:
Daniel
2024-11-29 17:05:43 +01:00
parent 1b5e0c44e3
commit 7b9505ca02
6 changed files with 95 additions and 18 deletions

View File

@ -22,7 +22,7 @@ python3 ./tools/deploy.py \
--work-dir work_dir \
--show
mv /mmdeploy/work_dir/end2end.onnx /RapidPoseTriangulation/extras/mmdeploy/exports/rtmdet_nano_320.onnx
mv /mmdeploy/work_dir/end2end.onnx /RapidPoseTriangulation/extras/mmdeploy/exports/rtmdet-nano_320x320.onnx
```
```bash
@ -37,5 +37,5 @@ python3 ./tools/deploy.py \
--work-dir work_dir \
--show
mv /mmdeploy/work_dir/end2end.onnx /RapidPoseTriangulation/extras/mmdeploy/exports/rtmpose-m_384.onnx
mv /mmdeploy/work_dir/end2end.onnx /RapidPoseTriangulation/extras/mmdeploy/exports/rtmpose-m_384x288.onnx
```