diff --git a/docs/reference/object-detection-2d-centernet.md b/docs/reference/object-detection-2d-centernet.md index 66eb5dcd3e..2fc4a72ed9 100644 --- a/docs/reference/object-detection-2d-centernet.md +++ b/docs/reference/object-detection-2d-centernet.md @@ -234,7 +234,8 @@ In terms of speed, the performance of CenterNet is summarized in the table below |---------|----------|-----|-----| | CenterNet | 88 | 19 | 14 | -Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. The measurement was made on a Jetson TX2 module. +Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. +The measurement was made on a Jetson TX2 module. | Method | Memory (MB) | Energy (Joules) - Total per inference | |-------------------|---------|-------| diff --git a/docs/reference/object-detection-2d-ssd.md b/docs/reference/object-detection-2d-ssd.md index da462f8c93..3bc53c9914 100644 --- a/docs/reference/object-detection-2d-ssd.md +++ b/docs/reference/object-detection-2d-ssd.md @@ -219,7 +219,8 @@ In terms of speed, the performance of SSD is summarized in the table below (in F |---------|----------|-----|-----| | SSD | 85 | 16 | 27 | -Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. The measurement was made on a Jetson TX2 module. +Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. +The measurement was made on a Jetson TX2 module. | Method | Memory (MB) | Energy (Joules) - Total per inference | |-------------------|---------|-------| diff --git a/docs/reference/object-detection-2d-yolov3.md b/docs/reference/object-detection-2d-yolov3.md index d6eb9700cf..b29957702f 100644 --- a/docs/reference/object-detection-2d-yolov3.md +++ b/docs/reference/object-detection-2d-yolov3.md @@ -234,7 +234,8 @@ In terms of speed, the performance of YOLOv3 is summarized in the table below (i |---------|----------|-----|-----| | YOLOv3 | 50 | 9 | 16 | -Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. The measurement was made on a Jetson TX2 module. +Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. +The measurement was made on a Jetson TX2 module. | Method | Memory (MB) | Energy (Joules) - Total per inference | |-------------------|---------|-------| diff --git a/docs/reference/object-tracking-2d-deep-sort.md b/docs/reference/object-tracking-2d-deep-sort.md index de5e1a1f5d..37601306b9 100644 --- a/docs/reference/object-tracking-2d-deep-sort.md +++ b/docs/reference/object-tracking-2d-deep-sort.md @@ -360,12 +360,14 @@ Parameters: #### Performance Evaluation The tests were conducted on the following computational devices: -- **Intel(R) Xeon(R) Gold 6230R CPU on server** -- **Nvidia Jetson TX2** -- **Nvidia Jetson Xavier AGX** -- **Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors** - -Inference time is measured as the time taken to transfer the input to the model (e.g., from CPU to GPU), run inference using the algorithm, and return results to CPU. Inner FPS refers to the speed of the model when the data is ready. We report FPS (single sample per inference) as the mean of 100 runs. +- Intel(R) Xeon(R) Gold 6230R CPU on server +- Nvidia Jetson TX2 +- Nvidia Jetson Xavier AGX +- Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors + +Inference time is measured as the time taken to transfer the input to the model (e.g., from CPU to GPU), run inference using the algorithm, and return results to CPU. +Inner FPS refers to the speed of the model when the data is ready. +We report FPS (single sample per inference) as the mean of 100 runs. Full FPS Evaluation of DeepSORT and FairMOT on MOT20 dataset | Model | TX2 (FPS) | Xavier (FPS) | RTX 2080 Ti (FPS) | diff --git a/docs/reference/object-tracking-2d-fair-mot.md b/docs/reference/object-tracking-2d-fair-mot.md index 9851c9d752..f4e2406883 100644 --- a/docs/reference/object-tracking-2d-fair-mot.md +++ b/docs/reference/object-tracking-2d-fair-mot.md @@ -418,10 +418,10 @@ Parameters: #### Performance Evaluation The tests were conducted on the following computational devices: -- **Intel(R) Xeon(R) Gold 6230R CPU on server** -- **Nvidia Jetson TX2** -- **Nvidia Jetson Xavier AGX** -- **Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors** +- Intel(R) Xeon(R) Gold 6230R CPU on server +- Nvidia Jetson TX2 +- Nvidia Jetson Xavier AGX +- Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors Inference time is measured as the time taken to transfer the input to the model (e.g., from CPU to GPU), run inference using the algorithm, and return results to CPU. Inner FPS refers to the speed of the model when the data is ready. diff --git a/docs/reference/object-tracking-3d-ab3dmot.md b/docs/reference/object-tracking-3d-ab3dmot.md index e2d3bb1023..5b2ed5ad41 100644 --- a/docs/reference/object-tracking-3d-ab3dmot.md +++ b/docs/reference/object-tracking-3d-ab3dmot.md @@ -119,10 +119,10 @@ Parameters: #### Performance Evaluation The tests were conducted on the following computational devices: -- **Intel(R) Xeon(R) Gold 6230R CPU on server** -- **Nvidia Jetson TX2** -- **Nvidia Jetson Xavier AGX** -- **Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors** +- Intel(R) Xeon(R) Gold 6230R CPU on server +- Nvidia Jetson TX2 +- Nvidia Jetson Xavier AGX +- Nvidia RTX 2080 Ti GPU on server with Intel Xeon Gold processors Inference time is measured as the time taken to transfer the input to the model (e.g., from CPU to GPU), run inference using the algorithm, and return results to CPU. Inner FPS refers to the speed of the model when the data is ready. We report FPS (single sample per inference) as the mean of 100 runs. @@ -148,7 +148,6 @@ AB3DMOT platform compatibility evaluation. | NVIDIA Jetson Xavier AGX | Pass | - #### References [1] AB3DMOT: A Baseline for 3D Multi-Object Tracking and New Evaluation Metrics, [arXiv](https://arxiv.org/abs/2008.08063). diff --git a/docs/reference/semantic-segmentation.md b/docs/reference/semantic-segmentation.md index fbb0451ad8..783b801810 100644 --- a/docs/reference/semantic-segmentation.md +++ b/docs/reference/semantic-segmentation.md @@ -234,7 +234,8 @@ In terms of speed, the performance of BiseNet for different input sizes is summa |1024x1024 |49.11 |3.03 |5.78 |11.02| |104x2048 |25.07 |1.50 |2.77 |5.44 | -Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. The measurement was made on a Jetson TX2 module. +Apart from the inference speed, we also report the memory usage, as well as energy consumption on a reference platform in the Table below. +The measurement was made on a Jetson TX2 module. | Method | Memory (MB) | Energy (Joules) | |---------|-------------|-----------------|