kitti360Scripts
kitti360Scripts copied to clipboard
This repository contains utility scripts for the KITTI-360 dataset.
Hi @yiyiliao , Thank you for your great work. Will the json label of instance be available? In the folder tree of http://www.cvlibs.net/datasets/kitti-360/documentation.php, instanceDict.json appears, but no in the downloaded...
There are many missing frames in the SLAM test set with Velodyne data: data_3d_test_slam.zip. For example: - Frames 3419, 3421, 3423... missing in test_1 - Frames 55, 56, 58... missing...
Thank you for your contributions I am training 3D object Detection model in KITTI-360 training dataset (only use 3D bounding box data) I am parsing data 3D bboxes data, but...
Hello! I'm working with the **Accumulated Point Clouds** version of kitti-360. This version contains annotated **45 classes**. I am baffled about how to process these classes to create trainable instances...
Dear authors, thank you very much for your paper and this codebase. Can I please ask you whether you provide the method for 3D->2D label mapping by CRF (section 4...
Hi: Could you provide the IMU intrinsics, i cound't find it. Thanks a lot!
Thanks your work a lot. I have a question. When were these datasets recorded. Can you please provide the latitude and longitude coordinates of the recording location. I want to...
Hello! The issue is that when I project 3D bounding boxes on an image, the covered, unseen boxes also appearing on the image. What information (or data in a file)...
I see the function cam2img to project 3d point to fisheye image, but do you have an inverse function of img2cam for your fisheye model?