naoto0804 / pytorch-inpainting-with-partial-conv

Unofficial pytorch implementation of 'Image Inpainting for Irregular Holes Using Partial Convolutions' [Liu+, ECCV2018]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test input size

123liluky opened this issue · comments

I have image masks with different sizes, but I find that I can't set the test input size randomly.

Please modify evaluation.py to take a single image as the input batch.