hustvl / MapTR

[ICLR'23 Spotlight] MapTR: Structured Modeling and Learning for Online Vectorized HD Map Construction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: matrix contains invalid numeric entries

jasonchengf opened this issue · comments

File "/home/dell/fangcheng/MapTR-maptrv2/projects/mmdet3d_plugin/maptr/assigners/maptr_assigner.py", line 210, in assign
matched_row_inds, matched_col_inds = linear_sum_assignment(cost)
ValueError: matrix contains invalid numeric entries

Hi, I'm running maptrv2 code with the above problem, can you help me see how to fix it?