diff --git a/pages/v1/benchmark.mdx b/pages/v1/benchmark.mdx index 89fa87c..cba9406 100644 --- a/pages/v1/benchmark.mdx +++ b/pages/v1/benchmark.mdx @@ -41,3 +41,11 @@ The following defines the stream that was used in all the cases: ## Nvidia Jetson Xavier NX, Jetpack 4.6 TODO + +## Jetson AGX Orin Developer Kit, Jetpack 5.1.2 +* Pre-process avg. time: `0ms` +* Process (inference) avg. time: `49ms` +* Post-process avg. time: `1.52ms` +* Ultralytics reported inference time : `9.6ms` +* Hypothetical ideal FPS: `89` (`1/ ((9.6 + 1.52)/1000)`) +* Actual FPS : `19` (`1/ ((49 + 1.52)/1000)`)