charlesq34 / pointnet

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

all_files.txt #197

Open lele0125 opened 4 years ago

lele0125 commented 4 years ago

In train.py in sem_seg folders, there is a .txt file needed called all_files.txt in indoor3d_sem_seg_hdf5_data, However, after I finished the gen_indoor3d_h5.py,there is no file named all_files.txt in that folders. Have sb. experienced the same problem?

pournami123 commented 4 years ago

all_files.txt is the one which has the .h5 file that was generated from gen_indoor3d_h5.py. You have to create it and fill it with the .h5 names like this: indoor3d_sem_seg_hdf5_data\h5_filename1.h5 indoor3d_sem_seg_hdf5_data\h5_filename2.h5 .....

heliangha commented 4 years ago

就是把.h5文件的名称放到这个文本all_files里面,创建了之后还是报这个错呢,