Skip to content

RF-DETR inappropriate resolution causing slowdown #1020

@isaacrob

Description

@isaacrob

Hi! Looks like you’re running all instance seg models at 512. RF-DETR models are optimized for different resolutions via neural architecture search. Running nano models at 512 will result in significantly higher latency. For example, seg nano is optimized for 312 and that particular model’s compute scales with the 4th power of resolution, so running it so much higher will be hugely slower! :) instead of using a higher resolution for nano models we recommend using the larger model variants which, among other things, scale resolution

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions