jshilong / DDQ

Dense Distinct Query for End-to-End Object Detection (CVPR2023)
Apache License 2.0
244 stars 6 forks source link

TopkHungarianAssigner and HungarianAssigner #22

Open YH-2023 opened 7 months ago

YH-2023 commented 7 months ago

"When I use train_cfg, the HungarianAssigner throws an error: TypeError: HungarianAssigner.init() got an unexpected keyword argument 'reg_cost'. However, in loss_module.py, what is used is TopkHungarianAssigner. How can I resolve this issue?"