Pointnet2_PyTorch
Pointnet2_PyTorch copied to clipboard
bug in validation_end
Hi, While running the model with my own data, i got the following error:
Pointnet2_PyTorch/pointnet2/models/pointnet2_ssg_cls.py", line 148, in validation_end for k in outputs[0]: IndexError: list index out of range
Does anyone know what could cause this? Maybe it's the fact that i did not use the correct format for my data? Also, I am using a pointcloud with only xyz coorddinates and no additionnal features, could that have created the error?
I'm running towards the same problem. Did you already solved it?
May be you have a shortage of hard disk storage space for data.