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

issue in utils.read_calib_file #40

Open
songanz opened this issue Feb 28, 2019 · 2 comments
Open

issue in utils.read_calib_file #40

songanz opened this issue Feb 28, 2019 · 2 comments

Comments

@songanz
Copy link

songanz commented Feb 28, 2019

Hi,
The read_calib_file() cannot read the calib file in KITTI object data correctly, since there is a "/n" at the end

@leeclemnet
Copy link
Member

I haven't encountered any problems with this function. Are you getting an error message when you load data?

@RuihanGao
Copy link

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.

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

3 participants