Move fp16 casting into onnx models.

This commit is contained in:
Daniel
2024-12-02 13:45:26 +01:00
parent 9cc63532d3
commit b44d4134d9
2 changed files with 23 additions and 9 deletions

View File

@ -43,5 +43,5 @@ mv /mmdeploy/work_dir/end2end.onnx /RapidPoseTriangulation/extras/mmdeploy/expor
```
```bash
python3 /RapidPoseTriangulation/extras/mmdeploy/add_norm_step.py
python3 /RapidPoseTriangulation/extras/mmdeploy/add_extra_steps.py
```