tadax / srgan

SRGAN implemetation with TensorFlow
83 stars 31 forks source link

I cannot find how sub images are implemented? #13

Open harsh306 opened 6 years ago

harsh306 commented 6 years ago

Orignal paper says "For each mini-batch we crop 16 random 96 × 96 HR sub images of distinct training images. Note that we can apply the generator model to images of arbitrary size as it is fully convolutional". I can see utils/augment.py but this file is no where used.