Skip to content

Commit

Permalink
doc: speed in readme (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: TomDarmon <tom.darmon@artefact.com>
  • Loading branch information
TomDarmon and TomDarmon authored Dec 11, 2023
1 parent 91ffd6e commit 4d48883
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ This Git repository is dedicated to the development of a Python library aimed at
<a href="https://artefactory-fr.github.io/track-reid/">Demo with better quality can be found here</a>
</p>

<div align="center">

| Model | Time difference | Time per iteration |
| --- | --- | --- |
| yolo + bytetrack | -- | -- | -- |
| yolo + bytetrack + trackreid | +0.95% | +2e-6 s/it |

</div>

## Installation

To install the library, run the following command:
Expand All @@ -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
```

</div>


## Usage

Expand Down

0 comments on commit 4d48883

Please sign in to comment.