From bd731fd3e2e65d775e0086373a8d94426b3d56cd Mon Sep 17 00:00:00 2001
From: mchi-zg <64522135+mchi-zg@users.noreply.github.com>
Date: Tue, 9 May 2023 12:21:41 +0800
Subject: [PATCH] Update README.md
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 325065e..7effabe 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,14 @@ Below table shows the end-to-end performance of processing 1080p videos with thi
|Device |precision |Number
of streams | Batch Size | trtexec FPS| deepstream-app FPS
with cuda-post-process |deepstream-app FPS
with cpu-post-process|
|----------- |----------- |----------------- | -----------|----------- |-----------|-----------|
-| OrinX| fp16 | 1 | 1 | 126 | 124 | 120 |
-| OrinX| fp16 | 16 | 16 | 162 | 145 | 135 |
-| OrinX| int8(PTQ/QAT)| 1 | 1 | 180 | 175 | 128 |
-| OrinX| int8(PTQ/QAT)| 16 | 16 | 264 | 264 | 135 |
-| T4 | fp16 | 1 | 1 | 132 | 125 | 123 |
-| T4 | fp16 | 16 | 16 | 169 | 169 | 123 |
-| T4 | int8(PTQ/QAT)| 1 | 1 | 208 | 170 | 127 |
-| T4 | int8(PTQ/QAT)| 16 | 16 | 305 | 300 | 132 |
+| Orin-X| FP16 | 1 | 1 | 126 | 124 | 120 |
+| Orin-X| FP16 | 16 | 16 | 162 | 145 | 135 |
+| Orin-X| Int8(PTQ/QAT)| 1 | 1 | 180 | 175 | 128 |
+| Orin-X| Int8(PTQ/QAT)| 16 | 16 | 264 | 264 | 135 |
+| T4 | FP16 | 1 | 1 | 132 | 125 | 123 |
+| T4 | FP16 | 16 | 16 | 169 | 169 | 123 |
+| T4 | Int8(PTQ/QAT)| 1 | 1 | 208 | 170 | 127 |
+| T4 | Int8(PTQ/QAT)| 16 | 16 | 305 | 300 | 132 |
- note: trtexec cudaGraph not enabled as deepstream not support cudaGraph