-
Notifications
You must be signed in to change notification settings - Fork 3
Kitti360 v0.0.1 #62
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
Kitti360 v0.0.1 #62
Conversation
… PinholeCameraMetadata
|
Hi Jiabao, thanks a lot! The things you mention might be bugs. I will first merge nuScenes and then continue with this merge. |
… ego frame from imu to rear axle.
…of sensors. Remove reliance of environment file paths for kitti 360.
|
Hi @lanbo-xiao, Thanks for your great work on the KITTI dataset. 🔥 I am merging the changes now. There were a few minor things I ended up changing. I separated the Fisheye and Pinhole camera in the implementation for easier maintenance, enabled to preprocess (and store) the bounding boxes dynamically when calling the converter, and change how dataset paths are handled. If you have time, you could test out the changes and give feedback. Here are some KITTI-360 demo clips. https://youtu.be/trXxsQmTKz8 |
Regarding the KITTI-360 dataset, I believe it's ready to be merged, but I have two minor notes:
1、On lines 70-71, line 70 should be uncommented, and line 71 should be deleted. (This is to match my local dataset's organization.)
https://github.com/DanielDauner/123d/blob/7e12332a58801b6b3f7f926155740d981e936194/src/py123d/conversion/datasets/kitti_360/kitti_360_data_converter.py#L70
2、As for the configuration file below, I might have found a minor bug?
https://github.com/DanielDauner/123d/blob/7e12332a58801b6b3f7f926155740d981e936194/src/py123d/script/config/common/scene_builder/default_scene_builder.yaml#L4