YoungXIAO13 / PoseFromShape

(BMVC 2019) PyTorch implementation of Paper "Pose from Shape: Deep Pose Estimation for Arbitrary 3D Objects"
http://imagine.enpc.fr/~xiaoy/PoseFromShape/
MIT License
170 stars 34 forks source link

shapnetcore error #5

Closed Not-IITian closed 5 years ago

Not-IITian commented 5 years ago

Traceback (most recent call last): File "training.py", line 219, in criterion_azi, criterion_ele, criterion_inp, criterion_reg, optimizer) File "training.py", line 159, in train for i, data in enumerate(data_loader): File "/home/abhishek/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 568, in next return self._process_next_batch(batch) File "/home/abhishek/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 608, in _process_next_batch raise batch.exc_type(batch.exc_msg) FileNotFoundError: Traceback (most recent call last): File "/home/abhishek/.local/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 99, in _worker_loop samples = collate_fn([dataset[i] for i in batch_indices]) File "/home/abhishek/.local/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 99, in samples = collate_fn([dataset[i] for i in batch_indices]) File "/home/abhishek/UnsupervisedFMapNet/Scr/PoseFromShape/auxiliary/dataset.py", line 435, in getitem renders = read_multiviwes(self.render_transform, render_example_path, self.render_number, self.tour, mutation) File "/home/abhishek/UnsupervisedFMapNet/Scr/PoseFromShape/auxiliary/dataset.py", line 92, in read_multiviwes render_names = [name for name in os.listdir(render_example_path)] FileNotFoundError: [Errno 2] No such file or directory: 'data/ShapeNetCore/Renders_semi_sphere/02691156/19e531e6d0bd5ddd67c54439d6177032/crop'

YoungXIAO13 commented 5 years ago

Have you generated all the training data successfully? It appears to me that you missed some training data.

Not-IITian commented 5 years ago

thank you .. this helps..