Skip to content

Speed Results for Yolov5x not consistent in Colab with official table #2312

@rickymedrano

Description

@rickymedrano

❔Question

In the main readme, it shows the speed of yolov5x on a v100 is 6ms. I'm using the official Colab notebook and ran the #Reproduce section. The GPU of my instance is a T4 which has a compute capability of 7.5 while the V100 has 7.0
I'm getting 20ms for speed (you can tell it's yolov5x from the 218GLOPS).
yolov5xt4
I also tested the same call on my RTX 2070 and get 12.9ms
mine
Both these cards have more compute capability than the V100 yet are running slower speed than the claimed 6.0ms in the table.
I don't have Colab Pro so can't specifcally check out a V100 to test this but wanted to see if others are experiencing slower than 6.0ms speed on cards with better compute capability than the V100?

output of git log -1:
commit 404749a (HEAD -> master)
...

I also tested yolov5s and get fairly close results to the speed table:
Colab w/ T4: 4.5ms
RTX 2070: 2.5ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions