Diff of /metrics/__init__.py [000000] .. [f77492]

Switch to side-by-side view

--- a
+++ b/metrics/__init__.py
@@ -0,0 +1,10 @@
+from .meandice import *
+from .meanIoU import *
+from .meansensitivity import *
+from .meanspecificity import *
+from .meanaccuracy import *
+from .meanNSD import *
+
+"""
+因为在实验中可能会有需求需要每张图片各个指标的评价值,所有每个batch的结果都保存在一个list中返回。
+"""
\ No newline at end of file