30 open-source projects similar to gorilla-lab-scut/sstnet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SSTNet alternative.
This project is a PyTorch-based framework of deep learning models designed for the classification and semantic segmentation of 3D point cloud data. It provides implementations of the PointNet architecture to perform global category labeling of entire objects and detailed partitioning of large-scale 3D environments. The system handles semantic segmentation across multiple scales, ranging from identifying individual components within a single object to labeling distinct category types within large-scale scenes. The framework includes structural components for processing unordered point sets, s
Open3D is a 3D data processing library, visualization engine, and machine learning library. It provides a framework for manipulating point clouds and meshes through specialized algorithms designed for 3D data science workflows. The project includes a toolkit for 3D scene reconstruction to generate spatial models and align surfaces from raw data. It also functions as a GPU accelerated framework that offloads intensive spatial computations to the graphics processor to increase processing speed. The library covers a broad range of capabilities including physically based light simulations for vi
Code for the paper DyCo3D: Robust Instance Segmentation of 3D Point Clouds through Dynamic Convolution, CVPR 2021.
3DMV jointly combines RGB color and geometric information to perform 3D semantic segmentation of RGB-D scans. This work is based on our ECCV'18 paper, 3DMV: Joint 3D-Multi-View Prediction for 3D Semantic Scene Segmentation.
0. The CUDA and Pytorch version that is used for this work: ~~~ 'CUDA==10.0', 'torch==1.1.0', 'CUDNN==7.5.0' ~~~ Warning: We tried CUDA11.0+Torch1.7.1 on RTX3090, the AP performance is significantly lower than the aforementioned environment setup.
This repository is for the ICCV 2021 paper NEAT: Neural Attention Fields for End-to-End Autonomous Driving.
By Prarthana Bhattacharyya, Chengjie Huang and Krzysztof Czarnecki.
RTM3D(ECCV2020) and KM3D (namely RTM3D++) are efficiency and accuracy monocular 3D object detection methods for autonomous driving.
This is a release of the code of our paper Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds, CVPR 2021.
This is the official implementation of DSGN (CVPR 2020), a strong 3D object detector proposed to jointly estimate scene depth and detect 3D objects in 3D world with only input of a stereo image pair.
Code release for the paper ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection, CVPR 2021 and ST3D++: Denoised Self-training for Unsupervised Domain Adaptation on 3D Object Detection, T-PAMI 2022.
Mingyu Ding, Yuqi Huo, Hongwei Yi, Zhe Wang, Jianping Shi, Zhiwu Lu, Ping Luo
Pytorch implementation of Depth-conditioned Dynamic Message Propagation forMonocular 3D Object Detection, a paper on CVPR2021.
:pointright::pointright::pointright:This repo is permanently moved to https://github.com/Ghostish/Open3DSOT :pointleft::pointleft::pointleft:
This is the official repo of 'Weakly Supervised 3D object detection from Lidar Point Cloud' (ECCV2020). Author: Qinghao Meng, Wenguan Wang, Tianfei Zhou, Jianbing Shen, Luc Van Gool, and Dengxin Dai
This is a reproduced repo of "From Voxel to Point: IoU-guided 3D Object Detection for Point Cloud with Voxel-to-Point Decoder" (FromVoxelToPoint) and "Anchor-free 3D Single Stage Detector with Mask-Guided Attention for Point Cloud" (MGAF-3DSSD) in ACM MM 2021.
Jonas Schult 1 , Francis Engelmann 2,3 , Alexander Hermans 1 , Or Litany 4 , Siyu Tang 3 , Bastian Leibe 1
The official implementation of Rank & Sort Loss. Our implementation is based on mmdetection.
In depth-sensing applications ranging from home robotics to AR/VR, it will be common to acquire 3D scans of interior spaces repeatedly at sparse time intervals (e.g., as part of regular daily use). We propose an algorithm that analyzes these ``rescans'' to infer a temporal model of a scene with…
This repository contains the implementation of CenterFusion: Center-based Radar and Camera Fusion for 3D Object Detection.
This repository is the official PyTorch implementation of Active Learning for Deep Object Detection via Probabilistic Modeling, ICCV 2021.
OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud processing framework designed to develop, train, and evaluate machine learning models that identify and locate objects in three dimensional space. The project includes a GPU-accelerated geometry engine for high-performance implementation of 3D intersection over union and rotated non-maximum suppression. It also provides a distributed model training tool to scale the training and testing of detection models across multiple GPUs and computing nodes. The framework covers point c
World's first general purpose 3D object detection codebse.
Canonical Voting: Towards Robust Oriented Bounding Box Detection in 3D Scenes