Skip to content

Commit

Permalink
Add nvidia detector inference times from survey (blakeblackshear#5456)
Browse files Browse the repository at this point in the history
* Add nvidia detector inference times from survey

* Fix typo

* Update hardware.md
  • Loading branch information
NickM-27 committed Feb 12, 2023
1 parent 27a31e7 commit c74c9ff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/docs/frigate/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,15 @@ The TensortRT detector is able to run on x86 hosts that have an Nvidia GPU which
Inference speeds will vary greatly depending on the GPU and the model used.
`tiny` variants are faster than the equivalent non-tiny model, some known examples are below:

| Name | Model | Inference Speed |
| -------- | --------------- | --------------- |
| RTX 3050 | yolov4-tiny-416 | ~ 5 ms |
| RTX 3050 | yolov7-tiny-416 | ~ 6 ms |
| Name | Inference Speed |
| --------------- | ----------------- |
| GTX 1060 6GB | ~ 7 ms |
| GTX 1070 | ~ 6 ms |
| GTX 1660 SUPER | ~ 4 ms |
| RTX 3050 | 5 - 7 ms |
| RTX 3070 Mobile | ~ 5 ms |
| Quadro P400 2GB | 20 - 25 ms |
| Quadro P2000 | ~ 12 ms |

## What does Frigate use the CPU for and what does it use a detector for? (ELI5 Version)

Expand Down

0 comments on commit c74c9ff

Please sign in to comment.