提交 a884d1d0 编写于 作者: L Lars Nieradzik

Removed print

上级 c2c37667
......@@ -32,7 +32,6 @@ class TestVoc2007(TestCase):
dataset = self.__load_dataset()
out = kmeans(dataset, 5, iterations=50)
percentage = avg_iou(dataset, out)
print(percentage)
np.testing.assert_almost_equal(percentage, 0.61, decimal=2)
......@@ -40,6 +39,5 @@ class TestVoc2007(TestCase):
dataset = self.__load_dataset()
out = kmeans(dataset, 9, iterations=50)
percentage = avg_iou(dataset, out)
print(percentage)
np.testing.assert_almost_equal(percentage, 0.672, decimal=2)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册