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.
Delete pyg_venv.zip
Update README.md
Upload modelnet40_normal_resampled.zip
Upload pyg_venv.zip with huggingface_hub
Upload modelnet40_normal_resampled.tar.gz with huggingface_hub
Upload modelnet40_manually_aligned.tar.gz with huggingface_hub
Upload modelnet40_auto_aligned.tar.gz with huggingface_hub
Update README.md
Update README.md
Create README.md
Upload ModelNet40_s1024_k16.tar.gz with huggingface_hub
initial commit
