Closed lsh1994 closed 3 years ago
Does the unprocessed code affect the evaluation result?
参考代码:
from collections import Counter out = cv2.imread(p_label, cv2.IMREAD_GRAYSCALE) print(p_a,Counter(out.reshape(-1)))
(hope not to close other people's issues easily)
你好,我按照你的方式打开并没有发现噪点。
谢谢回复!Counter(out.reshape(-1)) 返回的结果怎样啊?查看下标签中的词频还是有不一样的值?
很多数据集都有这样的情况,处理一下就可以
Does the unprocessed code affect the evaluation result?
参考代码:
(hope not to close other people's issues easily)