charlesq34 / pointnet

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

There is a problem when I run [collect_indoor_3d.py]. #102

Open JinyuanShao opened 6 years ago

JinyuanShao commented 6 years ago

When I downloaded and unzip the 4.09GB datasets, I still couldn't correctly run collect_indoor_3d.py. And error is 【/path/data/StanfordDatasets v1.2 Aligned Version/Area../xxxx 1/Annotations, 'ERROR!'】

I don't know how can I solve this problem. Do I make some wrong operation?

Thanks for your help!

PRAhit commented 6 years ago

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) for example change the name (Stanford3dDataset_v1.2_Aligned_Version to unzip file name in indoor3d_util.py) then try to run collect_indoor3d_data.py. Cheers.