-
Notifications
You must be signed in to change notification settings - Fork 262
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
How to convert odometry_sequences to bag #18
Comments
I meet the same question. Is there some solutions? |
More or less having the same problem at the moment.
|
You can try my personal |
@valgur I tried your fork you linked to.
|
It seems like the odom calibration files you have might simply be broken/empty for some reason? Try extracting and overwriting the calibration files again. |
ok. So I redownloaded the 21GB kitti dataset tried running kitti2bag which gave me the same error as above . So I replaced the calibration files with the ones that you linked to. When running it with the replaced calibration files it throws me a new error.
|
Looks like |
ok I installed your
|
I have to say the kitti2bag installed from pip is out of date. |
Nice got it working now. I'm not sure if it's because of the other way to install |
@heethesh Point cloud conversion for odometry bags is not yet implemented, unfortunately. You can try adapting the relevant part from the raw bag conversion code for odometry bags, if you have a need for this right now. I'll probably add this at some later point. |
@heethesh Hi, does the generated odometry bag contain |
I'm running this package on Ubuntu 16.04 with python aliased to python2.7, I ran into this exception message:
Traceback (most recent call last): File "/usr/local/bin/kitti2bag", line 394, in <module> main() File "/usr/local/bin/kitti2bag", line 359, in main kitti = pykitti.odometry(args.dir, args.sequence) File "/usr/local/lib/python2.7/dist-packages/pykitti/odometry.py", line 34, in __init__ self._load_calib() File "/usr/local/lib/python2.7/dist-packages/pykitti/odometry.py", line 172, in _load_calib data['T_cam0_velo'] = np.reshape(filedata['Tr'], (3, 4)) KeyError: 'Tr'
How to resolve this question
The text was updated successfully, but these errors were encountered: