AILab-CVC / YOLO-World

[CVPR 2024] Real-Time Open-Vocabulary Object Detection
https://www.yoloworld.cc
GNU General Public License v3.0
4.64k stars 449 forks source link

about Re-parameterization #274

Open nhw649 opened 6 months ago

nhw649 commented 6 months ago

Where is the code for Re-parameterize T-CSPLayer and Re-parameterize I-Pooling Attention?

taofuyu commented 6 months ago

here

I-Pooling Attention is deprecated in v2

nhw649 commented 6 months ago

here

I-Pooling Attention is deprecated in v2

But I did not find the reparameterization operation for the appendix, which involves converting the text embedding into convolutional kernel parameters.

1