DeepSim icon indicating copy to clipboard operation
DeepSim copied to clipboard

tensorflow implementation of Generating Images with Perceptual Similarity Metrics based on Deep Networks

Results 2 DeepSim issues
Sort by recently updated
recently updated
newest added

Line 33-34 in util.py, function next batch `if self.resize: im = np.stack([cv2.resize(im[:,:,i], (cfg.RESIZED_SIZE, cfg.RESIZED_SIZE)) for i in range(im.shape[2])], axis=2)` the image index I at line 30 is overwritten by this...

I want to use some layers of this network, training i will cost much time so i wonder if the author can provide trained model parameters, thanks!