pointnet icon indicating copy to clipboard operation
pointnet copied to clipboard

all_files.txt

Open lele0125 opened this issue 5 years ago • 2 comments

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?

lele0125 avatar Sep 09 '19 03:09 lele0125

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 .....

pournami123 avatar Sep 24 '19 10:09 pournami123

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

heliangha avatar Apr 22 '20 15:04 heliangha