FCGF icon indicating copy to clipboard operation
FCGF copied to clipboard

Segmentation fault during training 3D Match

Open DiegoWangSys opened this issue 5 years ago • 3 comments
trafficstars

Dear Chris: Thanks for your great job. I clone your FCGF code and run the train.py on my server. I run into a Segmentation Fault Error: image The checkpoint is set in /lib/data_loader.py which is : image The server could not exec line “226” “xyz0=data0[“pcd”]” But when I exec the data loading code in python: image I have no problem like “Segmentation Error”. And I am wondering what is wrong with this.

Best!

DiegoWangSys avatar Oct 08 '20 08:10 DiegoWangSys

I change the file type from ".npz" to ".npy" and solve this issue

DiegoWangSys avatar Oct 10 '20 09:10 DiegoWangSys

It seems that it works perfectly fine if you use the provided download script.

chrischoy avatar Jan 11 '21 07:01 chrischoy

I also met this problem, I trained FCGF several months ago, but after couple of months, when I re-train the FCGF it come up with the same error 'segmentation fault' when loading the 'npz' file, it is strange to me and I couldn't find a way to solve it right now.

qsisi avatar Nov 21 '21 02:11 qsisi