pointnet
pointnet copied to clipboard
all_files.txt
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?
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 .....
就是把.h5文件的名称放到这个文本all_files里面,创建了之后还是报这个错呢,