charlesq34 / pointnet

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

Semantic Segmentation issue. #19

Closed wshilin closed 7 years ago

wshilin commented 7 years ago

I use sh download_data.sh to download dataset. Then use python collect_indoor3d_data.py.But it appears a problem that I don't know how to deal with (As the picture shows below). img_5554

charlesq34 commented 7 years ago

@wshilin Have you downloaded the data?

biao187 commented 6 years ago

I have the same problem,and i have downloaded the data, have you solve the problem ?@wshilin

wshilin commented 6 years ago

The data path you unzip the data to is not correct.

PRAhit commented 6 years ago

i think you have to set the path of downloaded 3D indoor parsing dataset in indoor3d_util.py with the same unzip file name (Stanford3dDataset_v1.2 --> in my case) then try to run collect_indoor3d_data.py. Cheers.