charlesq34 / pointnet

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

python 3 compatible code for sem_seg dataset preprocessing #107

Open corochann opened 6 years ago

corochann commented 6 years ago

Just to share the information.

I run python gen_indoor3d_h5.py in sem_seg directory. Code runs after modifying from range(N)+list(sample) to list(range(N))+list(sample) https://github.com/charlesq34/pointnet/blob/master/sem_seg/indoor3d_util.py#L125