Skip to content

Commit

Permalink
fix: [RT-DETRv2] typo: onnx inference entrypoint file name in the REA…
Browse files Browse the repository at this point in the history
…DME.md (#543)
  • Loading branch information
Niccari authored Feb 2, 2025
1 parent 70eed1e commit 5ca3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtdetrv2_pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ python tools/export_onnx.py -c path/to/config -r path/to/checkpoint --check

Support torch, onnxruntime, tensorrt and openvino, see details in *references/deploy*
```shell
python references/deploy/rtdetrv2_onnx.py --onnx-file=model.onnx --im-file=xxxx
python references/deploy/rtdetrv2_onnxruntime.py --onnx-file=model.onnx --im-file=xxxx
python references/deploy/rtdetrv2_tensorrt.py --trt-file=model.trt --im-file=xxxx
python references/deploy/rtdetrv2_torch.py -c path/to/config -r path/to/checkpoint --im-file=xxx --device=cuda:0
```
Expand Down

0 comments on commit 5ca3645

Please sign in to comment.