HuguesTHOMAS/KPConv

about segmentation fault (core demped)

xfeng853 opened this issue · 2 comments

scr12345678
Can you help me?

Such an error without aby message should be coming from one of the c++ wrappers, but it is not entirely sure.

I could help you more if you could track down when the error happens. First remove the multithreaded input pipeline buy setting the input_threads = 0 in the config.

KPConv/training_S3DIS.py

Lines 64 to 65 in 16bfbb9

# Number of CPU threads for the input pipeline
input_threads = 8

Then try to follow the execution of the code by running it in debug mode, or by placing print() statements along the code.

When you get which line in the code returns this error, I should be able to help solving this

1
2
3
4
hello, I can only debug into here。The dataset I use is reduced-8。