@@ -7,10 +7,10 @@ The Pytorch implementation is [ultralytics/yolov5](https://github.com/ultralytic
77Currently, we support yolov5 v1.0(yolov5s only), v2.0, v3.0, v3.1 and v4.0.
88
99- For yolov5 v4.0, download .pt from [ yolov5 release v4.0] ( https://github.com/ultralytics/yolov5/releases/tag/v4.0 ) , ` git clone -b v4.0 https://github.com/ultralytics/yolov5.git ` and ` git clone https://github.com/wang-xinyu/tensorrtx.git ` .
10- - For yolov5 v3.1, download .pt from [ yolov5 release v3.1] ( https://github.com/ultralytics/yolov5/releases/tag/v3.1 ) , ` git clone -b v3.1 https://github.com/ultralytics/yolov5.git ` and ` git clone https://github.com/wang-xinyu/tensorrtx.git && cd tensorrtx && git checkout 6d0f5cbf4745bc00b69aad54a905383fb906f103 ` .
11- - For yolov5 v3.0, download .pt from [ yolov5 release v3.0] ( https://github.com/ultralytics/yolov5/releases/tag/v3.0 ) , ` git clone -b v3.0 https://github.com/ultralytics/yolov5.git ` and ` git clone https://github.com/wang-xinyu/tensorrtx.git && cd tensorrtx && git checkout 6d0f5cbf4745bc00b69aad54a905383fb906f103 ` .
12- - For yolov5 v2.0, download .pt from [ yolov5 release v2.0] ( https://github.com/ultralytics/yolov5/releases/tag/v2.0 ) , ` git clone -b v2.0 https://github.com/ultralytics/yolov5.git ` and ` git clone https://github.com/wang-xinyu/tensorrtx.git && cd tensorrtx && git checkout 5cfa4445170eabaa54acd5ad7f469ef65a8763f1 ` .
13- - For yolov5 v1.0, download .pt from [ yolov5 release v1.0] ( https://github.com/ultralytics/yolov5/releases/tag/v1.0 ) , ` git clone -b v1.0 https://github.com/ultralytics/yolov5.git ` and ` git clone https://github.com/wang-xinyu/tensorrtx.git && cd tensorrtx && git checkout f09aa3bbebf4d4d37b6d3b32a1d39e1f2678a07b ` .
10+ - For yolov5 v3.1, download .pt from [ yolov5 release v3.1] ( https://github.com/ultralytics/yolov5/releases/tag/v3.1 ) , ` git clone -b v3.1 https://github.com/ultralytics/yolov5.git ` and ` git clone -b yolov5-v3.1 https://github.com/wang-xinyu/tensorrtx.git ` .
11+ - For yolov5 v3.0, download .pt from [ yolov5 release v3.0] ( https://github.com/ultralytics/yolov5/releases/tag/v3.0 ) , ` git clone -b v3.0 https://github.com/ultralytics/yolov5.git ` and ` git clone -b yolov5-v3.0 https://github.com/wang-xinyu/tensorrtx.git ` .
12+ - For yolov5 v2.0, download .pt from [ yolov5 release v2.0] ( https://github.com/ultralytics/yolov5/releases/tag/v2.0 ) , ` git clone -b v2.0 https://github.com/ultralytics/yolov5.git ` and ` git clone -b yolov5-v2.0 https://github.com/wang-xinyu/tensorrtx.git ` .
13+ - For yolov5 v1.0, download .pt from [ yolov5 release v1.0] ( https://github.com/ultralytics/yolov5/releases/tag/v1.0 ) , ` git clone -b v1.0 https://github.com/ultralytics/yolov5.git ` and ` git clone -b yolov5-v1.0 https://github.com/wang-xinyu/tensorrtx.git ` .
1414
1515## Config
1616
0 commit comments