Boundary F1 Score - Python Implementation
This is an open-source python implementation of bfscore (Contour matching score for image segmentation) for multi-class image segmentation, implemented by EMCOM LAB, SEOULTECH.
Reference: Matlab bfscore
To run the function simply run python bfscore.py
after setting your image paths and threshold.
Score cross-checking with built-in Matlab function is done and presented in bfscore.pptx
.