Feng Wang, Naiyan Wang, Zhichao Li
We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| tusimple/LiDAR_RCNN | — | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| PointNet | Ran | tusimple/LiDAR_RCNN/src/LiDAR_RCNN/models/point_net.py pointer only (licence: NONE) · get_code("6d77160eac6886d0") |
| PointNetfeat | Ran | tusimple/LiDAR_RCNN/src/LiDAR_RCNN/models/point_net.py pointer only (licence: NONE) · get_code("5012856ae6c4719d") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
LiDAR-based 3D detection in point cloud is essential in the perception system of autonomous driving. In this paper, we present LiDAR R-CNN, a second stage detector that can generally improve any existing 3D detector. To fulfill the real-time and high precision requirement in practice, we resort to point-based approach other than the popular voxel-based approach. However, we find an overlooked issue in previous work: Naively applying point-based methods like PointNet could make the learned features ignore the size of proposals. To this end, we analyze this problem in detail and propose several methods to remedy it, which bring significant performance improvement. Comprehensive experimental results on real-world datasets like Waymo Open Dataset (WOD) and KITTI dataset with various popular detectors demonstrate the universality and superiority of our LiDAR R-CNN. In particular, based on one variant of PointPillars, our method could achieve new stateof-the-art results with minor cost. Codes will be released at https://github.com/tusimple/LiDAR_RCNN .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2103.15297")
get_code_for_paper("2103.15297")
have("2103.15297")
Connect an agent — have() is free.