HDETR / H-Deformable-DETR

[CVPR2023] This is an official implementation of paper "DETRs with Hybrid Matching".
MIT License
261 stars 28 forks source link

There is an issue with the provided Swim backbone #26

Open suojinhui opened 7 months ago

suojinhui commented 7 months ago

B, L, C = x.shape assert L == H * W, "input feature has wrong size" in swim_transformer.py :335