paper-with-me

Papers

Center-based 3D Object Detection and Tracking

2020-06-19 · CVPR 2021 1 · Tianwei Yin, Xingyi Zhou, Philipp Krähenbühl

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.

📄 PDF Abstract BibTeX arXiv:2006.11275

Code (13)

tianweiy/CenterPoint 공식 구현 pytorch
15526837635/CenterPoint pytorch
CarkusL/CenterPoint pytorch
PaddlePaddle/Paddle3D paddle
abhigoku10/CenterPoint_PC pytorch
chowkamlee81/CentrePointNet pytorch
livox-sdk/livox_detection pytorch
mon95/centerpoint-maps pytorch
nvidia-ai-iot/lidar_ai_solution pytorch
open-mmlab/mmdetection3d pytorch
safetylab24/FusionCVCP pytorch
tianweiy/CenterPoint-KITTI pytorch
zion-king/Center-based-3D-Object-Detection-and-Tracking pytorch

Tasks

3D Multi-Object Tracking3D Object Detection3D Object Tracking3D Pedestrian TrackingObjectobject-detectionObject DetectionObject TrackingRobust 3D Object Detection

Methods 이 논문이 사용한 방법론

Coinbase Customer Care Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Tracking Objects as Points

2020-04-02 · ECCV 2020 8 · Xingyi Zhou, Vladlen Koltun, Philipp Krähenbühl

Tracking has traditionally been the art of following interest points through space and time. This changed with the rise of powerful deep networks. Nowadays, tracking is dominated by pipelines that perform object detectio…

Multi-Object TrackingMultiple Object Trackingobject-detectionObject Detection

TopTrack: Tracking Objects By Their Top

2023-04-12 · Jacob Meilleur, Guillaume-Alexandre Bilodeau

In recent years, the joint detection-and-tracking paradigm has been a very popular way of tackling the multi-object tracking (MOT) task. Many of the methods following this paradigm use the object center keypoint for dete…

Multi-Object TrackingObjectObject Tracking

TransCenter: Transformers with Dense Representations for Multiple-Object Tracking

2021-03-28 · Yihong Xu, Yutong Ban, Guillaume Delorme, Chuang Gan 외

Transformers have proven superior performance for a wide variety of tasks since they were introduced. In recent years, they have drawn attention from the vision community in tasks such as image classification and object …

Decoderimage-classificationImage ClassificationMulti-Object Tracking+5

Multi-object Tracking with Tracked Object Bounding Box Association

2021-05-17 · Nanyang Yang, Yi Wang, Lap-Pui Chau

The CenterTrack tracking algorithm achieves state-of-the-art tracking performance using a simple detection model and single-frame spatial offsets to localize objects and predict their associations in a single network. Ho…

Multi-Object TrackingObjectObject Tracking

HM-Net: A Regression Network for Object Center Detection and Tracking on Wide Area Motion Imagery

2021-10-19 · Hakki Motorcu, Hasan F. Ates, H. Fatih Ugurdag, Bahadir Gunturk

Wide Area Motion Imagery (WAMI) yields high-resolution images with a large number of extremely small objects. Target objects have large spatial displacements throughout consecutive frames. This nature of WAMI images make…

Moving Object DetectionObjectobject-detectionObject Detection+1