charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

Error running sunrgbd_data.py and pickle files cannot be obtained #76

Open shengrongjin opened 5 years ago

shengrongjin commented 5 years ago

@charlesq34 Hi charlesq34 ! After I created the train_data_idx.txt and val_data_idx.txt files, I ran sunrgb_data.py and got this run and error. c372fe0605aa90aaf877769043c5223 57c727d7ae0fcb65205a357976e2649 This error should be caused by the code. I have done some attempts such as comment all_cnt=0, pos_cnt/float(all_cnt) and float(all_cnt)/len(id_list) . However it didn't worked! How can I solve this problem?