You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: