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 encounter the same problem and the error is "ValueError: need more than 1 value to unpack".
Adding a check condition if len(line) < 2: continue before key, value = line.split(':', 1) (around Line 74 in utils.py) should help.
Hi,
The read_calib_file() cannot read the calib file in KITTI object data correctly, since there is a "/n" at the end
The text was updated successfully, but these errors were encountered: