dk-liang / CLTR

[ECCV 2022] An End-to-End Transformer Model for Crowd Localization
MIT License
88 stars 13 forks source link

KMO based Matcher is not reflected in the code #22

Closed congyi-lcy closed 9 months ago

congyi-lcy commented 1 year ago

感谢您公开了代码,仔细阅读了您的代码之后,我发现事实上您的代码中并没有体现原论文中提出的基于KMO的匹配方法,而是直接沿用了DETR的L1距离匹配。 请问作者计划公开这一部分的代码吗?非常感谢!