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.
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.
