chencheng1203

Results 2 issues of chencheng1203

in the segmentation folder -> segmentation_val/segmentor/tester.py line183 ```python def __relabel(self, label_map): height, width = label_map.shape label_dst = np.zeros((height, width), dtype=np.uint8) for i in range(self.configer.get('data', 'num_classes')): label_dst[label_map == i] = self.configer.get('data',...

when training, in 'resnet.py' line 197, can not load weight