[cf6a9e]: / metrics / __init__.py

Download this file

10 lines (9 with data), 310 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
from .meandice import *
from .meanIoU import *
from .meansensitivity import *
from .meanspecificity import *
from .meanaccuracy import *
from .meanNSD import *
"""
因为在实验中可能会有需求需要每张图片各个指标的评价值,所有每个batch的结果都保存在一个list中返回。
"""