Closed maxim0815 closed 3 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?
fn[self.include]
It's done. My mistake. Sorry for the disruption.
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?