diff --git a/README.md b/README.md
index ebc0d06..20e4112 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ This Git repository is dedicated to the development of a Python library aimed at
Demo with better quality can be found here
+
+
+ | Model | Time difference | Time per iteration |
+ | --- | --- | --- |
+ | yolo + bytetrack | -- | -- | -- |
+ | yolo + bytetrack + trackreid | +0.95% | +2e-6 s/it |
+
+
+
## Installation
To install the library, run the following command:
@@ -40,6 +49,8 @@ To install a specific version, run the following command:
pip install git+https://github.com/artefactory-fr/track-reid.git@x.y.z
```
+
+
## Usage