Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HungarianAssigner3D: __init__() got an unexpected keyword argument 'iou_calculator' #97

Open
alexzhuuuu opened this issue Jan 12, 2024 · 1 comment

Comments

@alexzhuuuu
Copy link

What abou the 'iou_calculator' parameter??

How to solve this problme :
----HungarianAssigner3D: init() got an unexpected keyword argument 'iou_calculator'

@alexzhuuuu
Copy link
Author

What abou the 'iou_calculator' parameter??

How to solve this problme : ----HungarianAssigner3D: init() got an unexpected keyword argument 'iou_calculator'

My config file relating to problem is just like following:
train_cfg=dict(
pts=dict(
dataset='nuScenes',
assigner=dict(
type='HungarianAssigner3D',
iou_calculator=dict(type='BboxOverlaps3D', coordinate='lidar'),
cls_cost=dict(type='FocalLossCost', gamma=2, alpha=0.25, weight=0.15),
reg_cost=dict(type='BBoxBEVL1Cost', weight=0.25),
iou_cost=dict(type='IoU3DCost', weight=0.25)
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant