PRBonn / lidar-bonnetal

Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving
http://semantic-kitti.org
MIT License
915 stars 204 forks source link

Calculation Accuracy #91

Closed maxim0815 closed 2 years ago

maxim0815 commented 2 years ago

Hey, thank you for your good work and for making this publicly available. I'm a bit confused about the calculation for the accuracy:

https://github.com/PRBonn/lidar-bonnetal/blob/5a5f4b180117b08879ec97a3a05a3838bce6bb0f/train/tasks/semantic/modules/ioueval.py#L84

Shouldn't the fn[self.include] be included in the calculation above, or do I understand something wrong?

maxim0815 commented 2 years ago

It's done. My mistake. Sorry for the disruption.