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

FileNotFoundError: [Errno 2] No such file or directory: '/workspace/pointnet.pytorch/shapenetcore_partanno_segmentation_benchmark_v0/trainval.txt' #107

Open helloansuman opened 8 months ago

helloansuman commented 8 months ago

Hi I am getting this error every time I am running the training script

FileNotFoundError: [Errno 2] No such file or directory: '/workspace/pointnet.pytorch/shapenetcore_partanno_segmentation_benchmark_v0/trainval.txt'

In the folder there is no such file called trainval.txt What to do? Please help.

image

wlhSNDU commented 3 months ago

I have also troubled by the problem