charlesq34 / pointnet

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

Visualization problems about the semantic segmentation #207

Open limt15 opened 4 years ago

limt15 commented 4 years ago

I followed the sem-seg README , something goes wrong:

Traceback (most recent call last): File "batch_inference.py", line 171, in <module> evaluate() File "batch_inference.py", line 81, in evaluate a, b = eval_one_epoch(sess, ops, room_path, out_data_label_filename, out_gt_label_filename) File "batch_inference.py", line 102, in eval_one_epoch current_data, current_label = indoor3d_util.room2blocks_wrapper_normalized(room_path, NUM_POINT) File "/disk/tia/tia/pointnet/sem_seg/indoor3d_util.py", line 259, in room2blocks_wrapper_normalized data_label = np.load(data_label_filename) File "/home/data/anaconda3/envs/lmt36/lib/python3.6/site-packages/numpy/lib/npyio.py", line 457, in load raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False

Could you help me to solve this problem?