23 skills found
ma-xu / PointMLP Pytorch[ICLR 2022 poster] Official PyTorch implementation of "Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework"
hancyran / RepSurf[CVPR 2022 Oral] Official implementation for "Surface Representation for Point Clouds"
jiachens / ModelNet40 CRepo for "Benchmarking Robustness of 3D Point Cloud Recognition against Common Corruptions" https://arxiv.org/abs/2201.12296
princeton-vl / SimpleViewOfficial Code for ICML 2021 paper "Revisiting Point Cloud Shape Classification with a Simple and Effective Baseline"
zhulf0804 / Pointnet2.PyTorchA PyTorch Implementation of Pointnet++.
HaochengWan / PVTPVT: Point-Voxel Transformer for 3D Deep Learning
zhulf0804 / ROPNetPoint Cloud Registration using Representative Overlapping Points. https://arxiv.org/abs/2107.02583.
kuixu / 3ddensenet.torch3D DenseNet(torch version) for ModelNet40 dataset
engelnico / Point TransformerThis is the official repository of the original Point Transformer architecture.
dogyoonlee / RSMix[CVPR 2021 - Official] Rigid Subset Mix (RSMix): Regularization Strategy for Point Cloud via Rigidly Mixed Samples
dhyuan99 / VecKMOfficial GitHub repo for VecKM. A very efficient and descriptive local geometry encoder / point tokenizer / patch embedder. ICML2024.
diegovalsesia / HyCoReCode for "Rethinking the compositionality of point clouds through regularization in the hyperbolic space" (NeurIPS 2022)
dkoguciuk / Mesh2pointcloudA mini scripts to sample ModelNet40 or ShapeNetCore55v2 meshes into 3D point clouds
TejasAnvekar / GPr NetNo description available
datasets-mila / Datasets Modelnet40No description available
MingyeXu / Curcatures Estimation On Point CloudsCalculate the curvature of every point in he discrete point cloud and visualize the data from ModelNet40.(http://modelnet.cs.princeton.edu/)
vinits5 / Pc AutoencoderAuto Encoder for 3D Point Clouds using ModelNet40 Dataset
cabraile / ModelNet40FixerModelNet40 dataset has errors on it's 'off' files. This repo's application fixes the whole dataset.
moeinp70 / Point PlanenetPoint-PlaneNet: Plane kernel based convolutional neural network for point clouds analysis
zhongzhuonan / Pointnet Pytorch自行实现pointnet,数据集为modelnet40