forked from ultralytics/yolov5
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modelartifacts links now point to 08_01 release
- Loading branch information
Manu Mathew
committed
Dec 16, 2021
1 parent
cb47352
commit f1b50dc
Showing
8 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
task_type,session_name,run_dir,model_name,size,shortlisted | ||
detection,onnxrt,od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx,weights_yolov5s6_640_ti_lite_37p4_56p0.onnx,51596848,True | ||
detection,onnxrt,od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx,weights_yolov5s6_384_ti_lite_32p8_51p2.onnx,51397030,True | ||
detection,onnxrt,od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx,weights_yolov5m6_640_ti_lite_44p1_62p9.onnx,141679412,True | ||
detection,onnxrt,od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx,weights_yolov5l6_640_ti_lite_47p1_65p6.onnx,299842909,False | ||
task_type,session_name,run_dir,model_name,size,shortlisted,recommended | ||
detection,onnxrt,od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx,ONR-OD-8100-yolov5-s6-ti-lite-coco-640x640,51608959,True,False | ||
detection,onnxrt,od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx,ONR-OD-8110-yolov5-s6-ti-lite-coco-384x384,51404863,True,False | ||
detection,onnxrt,od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx,ONR-OD-8120-yolov5-m6-ti-lite-coco-640x640,141703361,False,False | ||
detection,onnxrt,od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx,ONR-OD-8130-yolov5-l6-ti-lite-coco-640x640,299199158,False,False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
od-8100_onnxrt: | ||
model_name: weights_yolov5s6_640_ti_lite_37p4_56p0.onnx | ||
model_name: ONR-OD-8100-yolov5-s6-ti-lite-coco-640x640 | ||
recommended: false | ||
run_dir: od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx | ||
session_name: onnxrt | ||
shortlisted: true | ||
size: 51596848 | ||
size: 51608959 | ||
task_type: detection | ||
od-8110_onnxrt: | ||
model_name: weights_yolov5s6_384_ti_lite_32p8_51p2.onnx | ||
model_name: ONR-OD-8110-yolov5-s6-ti-lite-coco-384x384 | ||
recommended: false | ||
run_dir: od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx | ||
session_name: onnxrt | ||
shortlisted: true | ||
size: 51397030 | ||
size: 51404863 | ||
task_type: detection | ||
od-8120_onnxrt: | ||
model_name: weights_yolov5m6_640_ti_lite_44p1_62p9.onnx | ||
model_name: ONR-OD-8120-yolov5-m6-ti-lite-coco-640x640 | ||
recommended: false | ||
run_dir: od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx | ||
session_name: onnxrt | ||
shortlisted: true | ||
size: 141679412 | ||
shortlisted: false | ||
size: 141703361 | ||
task_type: detection | ||
od-8130_onnxrt: | ||
model_name: weights_yolov5l6_640_ti_lite_47p1_65p6.onnx | ||
model_name: ONR-OD-8130-yolov5-l6-ti-lite-coco-640x640 | ||
recommended: false | ||
run_dir: od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx | ||
session_name: onnxrt | ||
shortlisted: false | ||
size: 299842909 | ||
size: 299199158 | ||
task_type: detection |
2 changes: 1 addition & 1 deletion
2
...delartifacts/8bits/od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx.tar.gz.link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_00_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx.tar.gz | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_01_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8100_onnxrt_weights_yolov5s6_640_ti_lite_37p4_56p0_onnx.tar.gz |
2 changes: 1 addition & 1 deletion
2
...delartifacts/8bits/od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx.tar.gz.link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_00_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx.tar.gz | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_01_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8110_onnxrt_weights_yolov5s6_384_ti_lite_32p8_51p2_onnx.tar.gz |
2 changes: 1 addition & 1 deletion
2
...delartifacts/8bits/od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx.tar.gz.link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_00_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx.tar.gz | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_01_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8120_onnxrt_weights_yolov5m6_640_ti_lite_44p1_62p9_onnx.tar.gz |
2 changes: 1 addition & 1 deletion
2
...delartifacts/8bits/od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx.tar.gz.link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_00_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx.tar.gz | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_01_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8130_onnxrt_weights_yolov5l6_640_ti_lite_47p1_65p6_onnx.tar.gz |
1 change: 1 addition & 0 deletions
1
...delartifacts/8bits/od-8140_onnxrt_edgeai-yolox_yolox-s-ti-lite_39p1_57p9_onnx.tar.gz.link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
http://software-dl.ti.com/jacinto7/esd/modelzoo/gplv3/08_01_00_05/edgeai-yolov5/pretrained_models/modelartifacts/8bits/od-8140_onnxrt_edgeai-yolox_yolox-s-ti-lite_39p1_57p9_onnx.tar.gz |