hustvl / MapTR

[ICLR'23 Spotlight] MapTR: Structured Modeling and Learning for Online Vectorized HD Map Construction
MIT License
982 stars 150 forks source link

ValueError: matrix contains invalid numeric entries #148

Open jasonchengf opened 6 months ago

jasonchengf commented 6 months ago

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?