本系列文章由 @yhl_leo 出品,转载请注明出处。
文章链接: http://blog.csdn.net/yhl_leo/article/details/52225600
对于一个语义分割数据集,可以使用如下方法统计样本集ground truth的类别分布情况:
import cv2, os
import numpy as np
#amount of classer
CLASSES_NUM = 21
#find imagee in folder dir
def findImages
对于一个语义分割数据集,可以使用如下方法统计样本集ground truth的类别分布情况:
import cv2, os
import numpy as np
#amount of classer
CLASSES_NUM = 21
#find imagee in folder dir
def findImages