Training-free 3D Part Segmentation

3 papers with code • 1 benchmarks • 1 datasets

Evaluation on target datasets for 3D Part Segmentation without any training

Datasets


Most implemented papers

PointCLIP: Point Cloud Understanding by CLIP

zrrskywalker/pointclip CVPR 2022

On top of that, we design an inter-view adapter to better extract the global feature and adaptively fuse the few-shot knowledge learned from 3D into CLIP pre-trained in 2D.

PointCLIP V2: Prompting CLIP and GPT for Powerful 3D Open-world Learning

yangyangyang127/pointclip_v2 ICCV 2023

In this paper, we first collaborate CLIP and GPT to be a unified 3D open-world learner, named as PointCLIP V2, which fully unleashes their potential for zero-shot 3D classification, segmentation, and detection.

Parameter is Not All You Need: Starting from Non-Parametric Networks for 3D Point Cloud Analysis

zrrskywalker/point-nn 14 Mar 2023

We present a Non-parametric Network for 3D point cloud analysis, Point-NN, which consists of purely non-learnable components: farthest point sampling (FPS), k-nearest neighbors (k-NN), and pooling operations, with trigonometric functions.