yuhangzang / OV-DETR

[Under preparation] Code repo for "Open-Vocabulary DETR with Conditional Matching" (ECCV 2022)
202 stars 20 forks source link

segm head #20

Open fushh opened 1 year ago

fushh commented 1 year ago

Thanks for great work!

You follow DETR to add an external class-agnostic segmentation head. But it seems that you use C4 ( line 115 and 120) rather than C5 in DETR. Could you explain the design principles.

Looking forward to your reply! Thanks a lot!