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

Pytorch version issue & Pretrained weight

shwoo93 opened this issue · comments

Hello,

First of all, thanks for sharing your code.

I have several issues regarding to pytorch version and pretrained weight sharing request.

Due to dependency problem of another code, I am using now pytorch 0.4.0 version not 0.4.1 which is noted as a required version for this repo.

However, I found that by replacing F.interpolate function with F.upsample function makes everything fine. Is it okay to use this repo as this way?

Moreover, could you please share your pretrained weight ?

Looking forward to your reply.

Thanks.

Using F.interpolate will be OK if the actual operation is doing nearest-neigbour sampling, be careful.
Here is the pre-trained weight, but I cannot guarantee the quality. If you find any bugs, please report them!

it could be not reachead?

It's too large to be shown in the browser, but you can download it, don't you?

i have downloaded.My project is in need of watermarking and recognition

It seems like the link of the pre-train model you shared is unreachable. Would you please renew it.

Thanks a lot!

I have updated here

Got it!
I have just tested it on Places2, and it works well.

Thank you again!