NVIDIA / semantic-segmentation

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

Wrong calculation of FP and FN and avoid division by zero in print_evaluate_results #158

Open AxMM opened 2 years ago

AxMM commented 2 years ago

Wrong calculation of FP and FN - should be a % of all image, like TP calculation. Added eps in the Precision and Recall calculation - to avoid division by zero and get inf.