Skip to content

Commit

Permalink
fix(README): correct onnx url path of yolox_x (#1208)
Browse files Browse the repository at this point in the history
fix(README):  correct onnx url path of yolox_x
  • Loading branch information
DoubleChuang committed Mar 31, 2022
1 parent c4298f8 commit 0cd6d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ONNXRuntime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This doc introduces how to convert your pytorch model into onnx, and how to run
| YOLOX-M | 25.3M | 73.8 | 640x640 |47.2 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_m.onnx) |
| YOLOX-L | 54.2M | 155.6 | 640x640 |50.1 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_l.onnx) |
| YOLOX-Darknet53| 63.72M | 185.3 | 640x640 |48.0 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_darknet.onnx) |
| YOLOX-X | 99.1M | 281.9 | 640x640 |51.5 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox.onnx) |
| YOLOX-X | 99.1M | 281.9 | 640x640 |51.5 | [github](https://github.com/Megvii-BaseDetection/YOLOX/releases/download/0.1.1rc0/yolox_x.onnx) |


### Convert Your Model to ONNX
Expand Down

0 comments on commit 0cd6d0d

Please sign in to comment.