Son-Goku-gpu's Stars
yichen928/SparseFusion
[ICCV 2023] SparseFusion: Fusing Multi-Modal Sparse Representations for Multi-Sensor 3D Object Detection
yuxumin/PoinTr
[ICCV 2021 Oral] PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers
Autotronics-Research-Lab-ARL/sessd-3dod
DirtyHarryLYL/Transformer-in-Vision
Recent Transformer-based CV and related works.
Vegeta2020/SE-SSD
SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud, CVPR 2021.
yinjunbo/CenterPoint-Fusion
The proposed approach enhances the CenterPoint baseline with a multimodal fusion mechanism. First, inspired by PointPainting, an off-the-shelf Mask-RCNN model trained from nuImages is employed to generate 2D object mask information based on the camera images. Furthermore, the Cylinder3D is also adopted to produce the 3D semantic information of the input LiDAR point cloud. Then, an improved version of CenterPoint takes the painted points(with 2D instance segmentation and 3D semantic segmentation) as inputs for accurate object detection. Specifically, we replace the RPN module in CenterPoint with modified Spatial-Semantic Feature Aggregation(SSFA) to well address multi-class detection. A simple pseudo labeling technique is also integrated in a semi-supervised learning manner. In addition, the Test Time Augmentation(TTA) strategy including multiple flip and rotation operations is applied during the inference time. Finally, the detections generated from multiple voxel resolutions (0.05m to 0.125m) are assembled with 3D Weighted Bounding Box Fusion(WBF) technique to produce the final results.
tianweiy/CenterPoint
YunhaoLee/Object-Detection-paper
Summaries of the papers on Object detection
yezhen17/3DIoUMatch
[CVPR 2021] PyTorch implementation of 3DIoUMatch: Leveraging IoU Prediction for Semi-Supervised 3D Object Detection.
open-mmlab/mmdetection3d
OpenMMLab's next-generation platform for general 3D object detection.
Vegeta2020/CIA-SSD
CIA-SSD: Confident IoU-Aware Single Stage Object Detector From Point Cloud, AAAI 2021.
V2AI/SelfSup
Collections of self-supervised methods, based on cvpods.
Hub-Tian/Awesome-3D-Detectors
Paperlist of awesome 3D detection methods
autonomousvision/kitti360Scripts
This repository contains utility scripts for the KITTI-360 dataset.
kkhoot/PAA
A PyTorch implementation of the paper `Probabilistic Anchor Assignment with IoU Prediction for Object Detection` ECCV 2020 (https://arxiv.org/abs/2007.08103)
peiyunh/wysiwyg
WYSIWYG: Exploiting Visibility for 3D Object Detection, CVPR 2020 (Oral)
Na-Z/sess
[CVPR2020 Oral] SESS: Self-Ensembling Semi-Supervised 3D Object Detection
dvlab-research/PointGroup
PointGroup: Dual-Set Point Grouping for 3D Instance Segmentation
mit-han-lab/pvcnn
[NeurIPS 2019, Spotlight] Point-Voxel CNN for Efficient 3D Deep Learning
jhultman/vision3d
Research platform for 3D object detection in PyTorch.
V2AI/Det3D
World's first general purpose 3D object detection codebse.