-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation