Open Kracozebr opened 1 year ago
Hi, thanks for your interest to our work. This is the problem of PointNet++ on your PC. Please check the requirements of PointNet ++ and install them all. If the problem doesn’t solve, let me know please
Which dependencies to install? I've tried several from other models that i ran and they work 100% :
@SMohammadi89 Any suggestions?
Hi, can you please copy past the error here? I have run the code again without any problem!
There is nothing interesting:
root@ea1ad62c4908:~/devel/PointView-GCN/Feature_extraction# python main.py
0%| | 0/183640 [00:00<?, ?it/s]
Segmentation fault (core dumped)
That's all. You said that you installed dependeces from pointnet2 could you be more specific which dependencies have you installed? I think the problem is in them.
I've tried to run your code:
But get segmentation fault.
Tried to debug and code crashes on this line:https://github.com/SMohammadi89/PointView-GCN/blob/200b7b2284951e2f2b1536ca673a72ba793bb474/Feature_extraction/pointnet_util.py#L37
I've checked size of tensors and tried to reproduce this error:
The output:
But it works properly, I thought that it can be caused when matmul is processed with certain data, but I've stored the tensors and loaded them again to test it, but there is no error.
Can you help with this?