charlesq34 / pointnet

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

seg_pred_res = seg_pred_res[0, ...] error #123

Closed joanne1112 closed 6 years ago

joanne1112 commented 6 years ago

Hi, Charles! Thanks for sharing such a marvelous job!

I have a question here. What does this line in part_seg part mean? seg_pred_res = seg_pred_res[0, ...]

I am testing my own data while this causes an error as: list indices must be integers or slices, not tuple.

Thank you before! Joanne