ZhengGongzi

Results 2 issues of ZhengGongzi

I think the 3 lines in train_classification.py: class_acc[cat, 0] += classacc.item() / float(points[target == cat].size()[0]) class_acc[cat, 1] += 1 shoud be replaced by: class_acc[cat, 0] += classacc.item() class_acc[cat, 1] +=...

Line 109 of helper_ply.py, "elif current_element == 'vertex':" should be corrected to "elif current_element == 'face':", but this clerical error has no effect on point cloud data because there are...