FCN-pytorch
FCN-pytorch copied to clipboard
about RGB and BGR
"imgA = cv2.imread('last/'+img_name)" my doubt is that the input data's format is BGR but VGG is compatible to RGB
I train the network from the scratch, so the RGB or BGR does not matter.