ccl
ccl
 Here is where I adjusted in train.py, including two scope names to args.name.
I have some trouble with vgg_a and vgg_16 in vgg.py. How 'scale' inline 78 related to VGG downsample. First I think it was the max pool layer that related to...
I have set it to None in line: 19.  And here is where that report the error above: 
I am still suffering from vgg_16 and vgg_a. It seemed that only the vgg_19 can get the same output shape of the ground truth. Maybe I am in the wrong...
I used "np.random" in my custom function. how can I convert the same random value to image and mask image. ``` # Create your new operation by inheriting from the...
even when I remove the random value codes, the custom function still does not work in the mask image.
here is all of my codes. ``` import numpy as np import Augmentor from Augmentor.Pipeline import Operation import cv2 from PIL import Image import os import glob # Create your...
@asp100m works for me too, thank you.
me too