kitti
kitti copied to clipboard
Tools for working with the KITTI dataset in Python
Is there a code for generation depth maps from lidar points like the depth completion dataset in kitti. @hunse
DIR_Path
Hi Hunse. I am fairly new to Python. Until now I used to work on C++ exclusively so please accept my apologies for a naive questions: 1. I am trying...
Got the following two error from `setup.py`: ``` - kitti/bp/module.cpp:580:10: fatal error: numpy/arrayobject.h: No such file or directory #include "numpy/arrayobject.h" - kitti/bp/module.cpp:586:10: fatal error: opencv2/opencv.hpp: No such file or directory...
Hello, As I'm not yet familiar with Python and it not described on the ReadMe, I just would like to know, what can we do with your tool ? Actually...
is there any way to annotate my own bounding box(tracklets) for kitti dataset. all the dev kit i found is for visualisation not an annotation tool.