You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using my dataset with your codes, but this line: graph, linetracks = _mrg.merging(linker, all_2d_segs, imagecols, seg3d_list, neighbors, var2d=cfg["merging"]["var2d"])
gives that error: terminate called after throwing an instance of 'std::out_of_range' what(): map::at Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
I'm using my dataset with your codes, but this line:
graph, linetracks = _mrg.merging(linker, all_2d_segs, imagecols, seg3d_list, neighbors, var2d=cfg["merging"]["var2d"])
gives that error:
terminate called after throwing an instance of 'std::out_of_range' what(): map::at Aborted (core dumped)
The text was updated successfully, but these errors were encountered: