WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

getting 'Indexerror' in train_multi_gpu.py #71

Open sumeshthakr opened 3 years ago

sumeshthakr commented 3 years ago

Getting the following error

Traceback (most recent call last): File "train_multi_gpu.py", line 390, in train() File "train_multi_gpu.py", line 372, in train eval_one_epoch(epoch) File "train_multi_gpu.py", line 327, in eval_one_epoch pointclouds_phs[1]: cur_data[begidx: endidx, ...], IndexError: list index out of range

pratibhashinde commented 2 years ago

Hi,

Are you able to solve it? I am also facing the same problem.

Thanks.