mmdetection3d
mmdetection3d copied to clipboard
Have issue #1457: IndexError: too many indices for tensor of dimension 1 solved?
When visualize semantic segmentation result of PointNet2, an error raised
| classes | ceiling | floor | wall | beam | column | window | door | table | chair | sofa | bookcase | board | clutter | miou | acc | acc_cls
|
+---------+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+----------+--------+---------+--------+--------+--------
-+
| results | 0.9260 | 0.9805 | 0.7865 | 0.0000 | 0.2521 | 0.5836 | 0.2788 | 0.7209 | 0.8250 | 0.4475 | 0.6730 | 0.5748 | 0.5031 | 0.5809 | 0.8607 | 0.6516 |
+---------+---------+--------+--------+--------+--------+--------+--------+--------+--------+--------+----------+--------+---------+--------+--------+---------+
Traceback (most recent call last):
File "tools/test.py", line 250, in
I have noticed the same issue, but it seems to be shelved. I wonder whether it has been solved. Thanks a lot!