GouravWadhwa / Hypergraphs-Image-Inpainting

(WACV 2021) Hyperrealistic Image Inpainting with Hypergraphs
90 stars 15 forks source link

Train with 512*512 images #11

Closed Royalvice closed 2 years ago

Royalvice commented 3 years ago

tensorflow.python.framework.errors_impl.InvalidArgumentError: ConcatOp : Dimensions of inputs should match: shape[0] = [1,64,64,256] vs. shape[1] = [4,32,32,512] [Op:ConcatV2] name: concat It looks like 512*512 image doesn't match the inputs of model

Royalvice commented 3 years ago

the same problem also in testing

GouravWadhwa commented 2 years ago

Sorry for the late response. This issue was the model was specifically designed for only 256, 256 inputs. I have changed it and it can work for different input sizes.