charlesq34 / pointnet

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

Getting error after running test model6 #136

Open eziaeika opened 5 years ago

eziaeika commented 5 years ago

When I run 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

I get this error:

FileNotFoundError: [Errno 2] No such file or directory: '/home/ehsan/pointnet/data/stanford_indoor3d/Area_6_conferenceRoom_1.npy'

Does anyone know how to figure out this problem?

L-YeZhu commented 5 years ago

Make sure that you have the corresponding folder and files created in the path indicated in the error info.