Skip to content

Commit 946e8a0

Browse files
authored
Update README.md
1 parent 47f6756 commit 946e8a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,18 @@ Provides a conversion flow for **`YOLACT_Edge`** to models compatible with ONNX,
44
# Official Repo
55
https://github.com/haotian-liu/yolact_edge
66

7+
# Benchmark
8+
## ONNX + TensorRT
9+
```bssh
10+
$ sit4onnx --input_onnx_file_path yolact_edge_mobilenetv2_550x550.onnx
11+
INFO: file: yolact_edge_mobilenetv2_550x550.onnx
12+
INFO: providers: ['TensorrtExecutionProvider', 'CPUExecutionProvider']
13+
INFO: input_name.1: input shape: [1, 3, 550, 550] dtype: float32
14+
INFO: test_loop_count: 10
15+
INFO: total elapsed time: 26.749134063720703 ms
16+
INFO: avg elapsed time per pred: 2.6749134063720703 ms
17+
INFO: output_name.1: x1y1x2y2_scores_classes_masks_4x1x1x32 shape: [100, 38] dtype: float32
18+
```
19+
20+
# Acknowledgments
21+
https://github.com/yujin6056/yolactedge-onnx-conversion

0 commit comments

Comments
 (0)