CoolFace
Datasetpublic

cminst/ModelNet40

ModelNet40 This is a preprocessed version of the ModelNet40 dataset, created with: import torch_geometric from torch_geometric.datasets import ModelNet from torch_geometric.transforms import Compose, SamplePoints, KNNGraph torch_geometric.seed.seed_everything(42) # Standard setup pre_transform = Compose([ SamplePoints(1024), KNNGraph(k=16) ]) path = '/mnt/lrmc_pool/ModelNet40' train_dataset = ModelNet(path, '40', train=True, transform=pre_transform) test_dataset =… See the full description on the dataset page: https://huggingface.co/datasets/cminst/ModelNet40.

sourceHugging Facebsd-3-clauseupdated 9mo agoView on Hugging Face
0likes297downloads
settings

This repository belongs to cminst on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

nameModelNet40
visibilitypublic
licencebsd-3-clause
gatedno
ownercminst
Account settings
cminst/ModelNet40 · CoolFace