NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

Wrong comment - small detail #156

Open AxMM opened 2 years ago

AxMM commented 2 years ago

Hello, Congratulations for your work.

Just a minor detail related with a comment line :) The code is correct 👍

This comment should be:

FP = col[class].sum() - TP
FN = row[class].sum() - TP 

and not https://github.com/NVIDIA/semantic-segmentation/blob/7726b144c2cc0b8e09c67eabb78f027efdf3f0fa/utils/misc.py#L62-L63