I have data labeled with 3D bounding boxes (KITTI object detection 3D), and I want to apply one of the Tensorflow object detection models (such as Faster R-CNN) to perform object detection. So far, All of the examples I saw are using 2D Bounding boxes. Does this mean that a 3D box is not allowed by such API?
If NOT, does Anyone has an example using a 3D bounding box example model?