charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.71k stars 1.44k forks source link

Semantic Segmentation Training Error #142

Closed Beril-1 closed 5 years ago

Beril-1 commented 5 years ago

Hello,

I tried to do semantic segmentation tutorial. Butthe output is, "killed", in the end the of train.py command. And also, the output/error of the "python batch_inference.py --model_path log6/model.ckpt --dump_dir log6/dump -- output_filelist log6/output_filelist.txt --room_data_filelist meta/area6_data_label.txt --visu" command is here:

Tensor("fc2/Relu:0", shape=(1, 128), dtype=float32, device=/device:GPU:0) 2018-10-11 15:42:26.872769: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Device mapping: no known devices. 2018-10-11 15:42:26.951113: I tensorflow/core/common_runtime/direct_session.cc:288] Device mapping:

Traceback (most recent call last): File "batch_inference.py", line 171, in evaluate() File "batch_inference.py", line 62, in evaluate saver.restore(sess, MODEL_PATH) File "/home/beril/tensorflow/venv/local/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 1717, in restore

Thank you for any help.