{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/center-based-3d-object-detection-and-tracking","title":"Center-based 3D Object Detection and Tracking","arxiv_id":"2006.11275","date":"2020-06-19","proceeding":"CVPR 2021 1","authors":["Tianwei Yin","Xingyi Zhou","Philipp Krähenbühl"],"abstract":"Three-dimensional objects are commonly represented as 3D boxes in a point-cloud. This representation mimics the well-studied image-based 2D bounding-box detection but comes with additional challenges. Objects in a 3D world do not follow any particular orientation, and box-based detectors have difficulties enumerating all orientations or fitting an axis-aligned bounding box to rotated objects. In this paper, we instead propose to represent, detect, and track 3D objects as points. Our framework, CenterPoint, first detects centers of objects using a keypoint detector and regresses to other attributes, including 3D size, 3D orientation, and velocity. In a second stage, it refines these estimates using additional point features on the object. In CenterPoint, 3D object tracking simplifies to greedy closest-point matching. The resulting detection and tracking algorithm is simple, efficient, and effective. CenterPoint achieved state-of-the-art performance on the nuScenes benchmark for both 3D detection and tracking, with 65.5 NDS and 63.8 AMOTA for a single model. On the Waymo Open Dataset, CenterPoint outperforms all previous single model method by a large margin and ranks first among all Lidar-only submissions. The code and pretrained models are available at https://github.com/tianweiy/CenterPoint.","url_abs":"https://arxiv.org/abs/2006.11275v2","url_pdf":"https://arxiv.org/pdf/2006.11275v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/tianweiy/CenterPoint","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/15526837635/CenterPoint","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/CarkusL/CenterPoint","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/abhigoku10/CenterPoint_PC","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/chowkamlee81/CentrePointNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/livox-sdk/livox_detection","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/mon95/centerpoint-maps","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/nvidia-ai-iot/lidar_ai_solution","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/safetylab24/FusionCVCP","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/tianweiy/CenterPoint-KITTI","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/PaddlePaddle/Paddle3D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"paddle","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"center-based-3d-object-detection-and-tracking","repo_url":"https://github.com/open-mmlab/mmdetection3d","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"3d-multi-object-tracking","task_name":"3D Multi-Object Tracking"},{"task_slug":"3d-object-detection","task_name":"3D Object Detection"},{"task_slug":"3d-object-tracking","task_name":"3D Object Tracking"},{"task_slug":"3d-pedestrian-tracking","task_name":"3D Pedestrian Tracking"},{"task_slug":"object","task_name":"Object"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"object-tracking","task_name":"Object Tracking"},{"task_slug":"robust-3d-object-detection","task_name":"Robust 3D Object Detection"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/3d-multi-object-tracking-on-nuscenes","task":"3D Multi-Object Tracking","dataset":"nuScenes","model":"CenterPoint-Single","rank_in_archive_order":50,"of":115,"metrics":{"AMOTA":"0.64"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-once","task":"3D Object Detection","dataset":"ONCE","model":"CenterPoint","rank_in_archive_order":2,"of":2,"metrics":{" mAP":"60.1"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-waymo-open-dataset","task":"3D Object Detection","dataset":"Waymo Open Dataset","model":"CenterPoint","rank_in_archive_order":8,"of":8,"metrics":{"mAPH/L2":"65.8"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-nuscenes","task":"3D Object Detection","dataset":"nuScenes","model":"CenterPoint","rank_in_archive_order":78,"of":372,"metrics":{"NDS":"0.71","mAAE":"0.14","mAOE":"0.35","mAP":"0.67","mASE":"0.24","mATE":"0.25","mAVE":"0.25"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-nuscenes-lidar-only","task":"3D Object Detection","dataset":"nuScenes LiDAR only","model":"CenterPoint","rank_in_archive_order":5,"of":7,"metrics":{"NDS":"67.3","NDS (val)":"66.8","mAP":"60.3","mAP (val)":"59.6"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-waymo-all-ns","task":"3D Object Detection","dataset":"waymo all_ns","model":"CenterPoint","rank_in_archive_order":1,"of":2,"metrics":{"APH/L2":"71.93"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-waymo-cyclist","task":"3D Object Detection","dataset":"waymo cyclist","model":"CenterPoint","rank_in_archive_order":4,"of":7,"metrics":{"APH/L2":"71.28"},"uses_additional_data":false},{"leaderboard":"/sota/3d-object-detection-on-waymo-pedestrian","task":"3D Object Detection","dataset":"waymo pedestrian","model":"CenterPoint","rank_in_archive_order":5,"of":7,"metrics":{"APH/L2":"71.52"},"uses_additional_data":false},{"leaderboard":"/sota/3d-pedestrian-tracking-on-nuscenes-validation","task":"3D Pedestrian Tracking","dataset":"nuScenes validation set","model":"Center-based Tracking","rank_in_archive_order":2,"of":4,"metrics":{"AMOTA":"77.3"},"uses_additional_data":false},{"leaderboard":"/sota/robust-3d-object-detection-on-kitti-c","task":"Robust 3D Object Detection","dataset":"KITTI-C","model":"CenterPoint","rank_in_archive_order":4,"of":5,"metrics":{"mean Corruption Error (mCE)":"100.00%"},"uses_additional_data":false},{"leaderboard":"/sota/robust-3d-object-detection-on-nuscenes-c","task":"Robust 3D Object Detection","dataset":"nuScenes-C","model":"CenterPoint-PP","rank_in_archive_order":1,"of":1,"metrics":{"mean Corruption Error (mCE)":"100.00"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2006.11275","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.11275"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tianweiy/CenterPoint-KITTI","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/open-mmlab/mmdetection3d","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/abhigoku10/CenterPoint_PC","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nvidia-ai-iot/lidar_ai_solution","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/15526837635/CenterPoint","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/CarkusL/CenterPoint","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/safetylab24/FusionCVCP","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mon95/centerpoint-maps","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tianweiy/CenterPoint","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chowkamlee81/CentrePointNet","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/livox-sdk/livox_detection","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/PaddlePaddle/Paddle3D","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_draft_wrong":1,"ran":4,"ran_fixture":2,"unverified":15},"by_repo_kind":{"listed":{"samples":22,"ran":7,"repositories":3}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"5c4bac81583c34e1","entry":"check_numpy_to_torch","repo":"livox-sdk/livox_detection","repo_kind":"listed","path":"tools/test_ros.py","file_url":"https://github.com/livox-sdk/livox_detection/blob/HEAD/tools/test_ros.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5c4bac81583c34e1"}},{"code_sha256_prefix":"68d59bd1b88d6e20","entry":"cls_type_to_id","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/utils/object3d_kitti.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/utils/object3d_kitti.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"68d59bd1b88d6e20"}},{"code_sha256_prefix":"20fbfa2279e1ce4b","entry":"div_up","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"20fbfa2279e1ce4b"}},{"code_sha256_prefix":"ea036153b550642a","entry":"gaussian_2d","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/models/dense_heads/centerpoint_head_single.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/models/dense_heads/centerpoint_head_single.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea036153b550642a"}},{"code_sha256_prefix":"3415a0d1c950c1c7","entry":"get_image_index_str","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3415a0d1c950c1c7"}},{"code_sha256_prefix":"b17bee95672f577a","entry":"mask_points_out_of_range","repo":"livox-sdk/livox_detection","repo_kind":"listed","path":"tools/test_ros.py","file_url":"https://github.com/livox-sdk/livox_detection/blob/HEAD/tools/test_ros.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b17bee95672f577a"}},{"code_sha256_prefix":"df17a2b345c6cccd","entry":"rotate_points_along_z","repo":"livox-sdk/livox_detection","repo_kind":"listed","path":"tools/test_ros.py","file_url":"https://github.com/livox-sdk/livox_detection/blob/HEAD/tools/test_ros.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"df17a2b345c6cccd"}},{"code_sha256_prefix":"696fe155f9990d38","entry":"cfg_from_yaml_file","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/config.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"696fe155f9990d38"}},{"code_sha256_prefix":"2910537cc2d708f3","entry":"clip_sigmoid","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/models/dense_heads/centerpoint_head_single.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/models/dense_heads/centerpoint_head_single.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2910537cc2d708f3"}},{"code_sha256_prefix":"71c86b456fb1f8d8","entry":"flip","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/core/utils/center_utils.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/core/utils/center_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"71c86b456fb1f8d8"}},{"code_sha256_prefix":"da4199bc7189c53d","entry":"get_affine_transform","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/core/utils/center_utils.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/core/utils/center_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da4199bc7189c53d"}},{"code_sha256_prefix":"ebd8a3fc2a270133","entry":"get_calib_from_file","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/utils/calibration_kitti.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/utils/calibration_kitti.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ebd8a3fc2a270133"}},{"code_sha256_prefix":"1780d388cc532a6d","entry":"get_corner_loss_lidar","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/utils/loss_utils.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/utils/loss_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1780d388cc532a6d"}},{"code_sha256_prefix":"c8b847449b3be5dc","entry":"get_image_path","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c8b847449b3be5dc"}},{"code_sha256_prefix":"f027b5ae160547ce","entry":"get_kitti_info_path","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f027b5ae160547ce"}},{"code_sha256_prefix":"4ebc0d049adc6eac","entry":"get_objects_from_label","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/utils/object3d_kitti.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/utils/object3d_kitti.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4ebc0d049adc6eac"}},{"code_sha256_prefix":"363a2d53034b488a","entry":"inverse_sigma","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/datasets/utils/ground_plane_detection.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/datasets/utils/ground_plane_detection.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"363a2d53034b488a"}},{"code_sha256_prefix":"392c0cf3a1b07b12","entry":"merge_new_config","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/config.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"392c0cf3a1b07b12"}},{"code_sha256_prefix":"77ab54971d45f552","entry":"multi_apply","repo":"tianweiy/CenterPoint-KITTI","repo_kind":"listed","path":"pcdet/models/dense_heads/centerpoint_head_single.py","file_url":"https://github.com/tianweiy/CenterPoint-KITTI/blob/HEAD/pcdet/models/dense_heads/centerpoint_head_single.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"77ab54971d45f552"}},{"code_sha256_prefix":"0215535ccf00014e","entry":"svd","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/datasets/utils/ground_plane_detection.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/datasets/utils/ground_plane_detection.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0215535ccf00014e"}},{"code_sha256_prefix":"d9f32b1e24612346","entry":"svd_solve","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/datasets/utils/ground_plane_detection.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/datasets/utils/ground_plane_detection.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d9f32b1e24612346"}},{"code_sha256_prefix":"fcb93febe125336c","entry":"transform_preds","repo":"zion-king/Center-based-3D-Object-Detection-and-Tracking","repo_kind":"listed","path":"det3d/core/utils/center_utils.py","file_url":"https://github.com/zion-king/Center-based-3D-Object-Detection-and-Tracking/blob/HEAD/det3d/core/utils/center_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fcb93febe125336c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}