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
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
cminst/ModelNet40 · CoolFace