Skip to content

FileNotFoundError: [Errno 2] No such file or directory: 'data/train.list' #36

@lsy-study

Description

@lsy-study

Traceback (most recent call last):
File "train.py", line 186, in
train(params)
File "train.py", line 65, in train
train_dataset = ShapeNet('data', 'train', params.category)
File "/root/autodl-tmp/PCN-PyTorch-master/dataset/shapenet.py", line 58, in init
self.partial_paths, self.complete_paths = self._load_data()
File "/root/autodl-tmp/PCN-PyTorch-master/dataset/shapenet.py", line 76, in _load_data
with open(os.path.join(self.dataroot, f"{self.split}.list"), 'r') as f:
Hello, I encountered the above problem, according to your instructions I unzipped the pcn dataset in the data folder to get the test, train, val three folders, and then when I was running python train.py --exp_name PCN_16384 --lr 0.0001 --epochs 400 --batch_size 32 --coarse_loss cd --num_workers 8 The above error was reported, what is the reason for this? Where can I download train.list or is there any other way to fix this, thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions