yoyomimi / AS-Net

Code for one-stage adaptive set-based HOI detector AS-Net.
MIT License
48 stars 1 forks source link

The initialization of Qr and Qd ? #6

Closed WXLL579 closed 3 years ago

WXLL579 commented 3 years ago

Dear Chen, thanks for sharing your excellent idea, after reading the paper, I have a question about Qr and Qd, are these two learnable variables randomly initialized?

yoyomimi commented 3 years ago

Qd loads the pretrained parameters from the pretrained DETR model. Qr is randomly initialized.

WXLL579 commented 3 years ago

thanks!