Closed equant closed 3 years ago
I can confirm this.
Similarly, if I run demo code in example on Torronto3D, it will fail if indices are not provided in vis.visualize_dataset(dataset, 'all')
.
It appears the problem arises as well in DatasetModel.__init__
, line 270 - index out of bounds - as the indices dont seem to match.
I will try to provide more useful information, but I am barely just exploring for the first time.
Thanks for reporting this issue. External contributions are welcomed.
Copy of #243
I ran some of the README.md example code using the KITTI dataset and noticed that the labels are wrong. I noticed this too with my custom dataset.
With a little inspection I hope you can see that the labels reported are not correct. The points with the label "traffic-sign" correspond to what should be vegetation. What is labeled "trunk" are points that should be labeled "unlabeled". Etc.