fxia22 / pointnet.pytorch

pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
MIT License
2.11k stars 622 forks source link

Train_Error #101

Open SaadAlvee opened 1 year ago

SaadAlvee commented 1 year ago

File "/content/pointnet.pytorch/utils/train_classification.py", line 53, in dataset = ModelNetDataset( File "/content/pointnet.pytorch/pointnet/dataset.py", line 154, in init with open(os.path.join(root, '{}.txt'.format(self.split)), 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/content/pointnet.pytorch/shapenetcore_partanno_segmentation_benchmark_v0/trainval.txt'

in the dataset there is no file named trainval.txt

keepgoing2996 commented 1 year ago

https://github.com/fxia22/pointnet.pytorch/issues/52 but seems like there is no date mentioned in trainval.txt. Do you figure out?