-
I hope to add `3D Ground Truth` sensor to collect data for 3D object detection(LiDAR).
In this case, should the `transform` of `3D Ground Truth` sensor be the same as `transform` of Lidar sensor?
ht…
-
@xingyizhou
Now I can find only 2D results like [here](http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=2d)
![image](https://user-images.githubusercontent.com/8616777/68126436-de0…
-
## 🚀 Feature
It would be great if the backward pass of the rotated IoU CUDA module would be implemented, since this way one could train a detector to directly optimize it.
Moreover, recent papers i…
-
most of the 3d object-detector need to predict a heading angle(yaw angle),but is seems that the 3d wbf don't use it
and another problem is the normalization,.by 2D case it is quite easy because we ju…
-
Hi, thanks for the fantastic work.
I was able to run your segmentation pipeline with 6-images with your inference script and pretrained weights.
However, when I run with just the front image, t…
-
Hi,
I'd like to contribute to this repository by adding the implementation details of the following 3D object detection model: [CenterSnap](https://github.com/zubair-irshad/CenterSnap)
Could you p…
-
To make the agent function like a drone, I need it to move along the Y-axis (UP-DOWN direction). I attempted to achieve this using the MoveUp control function registered in [default_controls.py](https…
-
Id love to gain access to the passthrough camera and get a live recording for outside processing.
i want to run some Object detection on it so i can detect my beer. then overlay a 3d object on it …
-
Hi Guys,
Amazing repository !
very impressed with your work.
Do you stil plan to release to code on background reconstruction and 3D Object detection ?
Regards,
-
Hi Shangjie,
I have pointcloud data from Ouster lidar. I want to use Pointpillar on my dataset for 3d object detection. I was able to successfully apply your code on Kitti dataset (pointcloud data,…