xiuqhou / Relation-DETR

[ECCV2024 Oral] Official implementation of the paper "Relation DETR: Exploring Explicit Position Relation Prior for Object Detection"
Apache License 2.0
134 stars 11 forks source link

About the VFL loss #26

Open whuxfx opened 3 weeks ago

whuxfx commented 3 weeks ago

Question

In Relation DETR, is the VFL loss the same as the vari_sigmoid_focal_loss function?

Additional

No response

xiuqhou commented 3 weeks ago

yes, vari_sigmoid_focal_loss is used in hybrid set criterion for Relation DETR