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
0likes298downloads

Nothing at this path on main. The folder may be empty, or the revision may not exist.

cminst/ModelNet40 · main · files are served by the source, never re-hosted here