idealwhite / tdanet

The pytorch implementation of the paper "text-guided neural image inpainting" at MM'2020 (oral)
85 stars 9 forks source link

hi there ,thanks for you code #4

Closed cccxyc closed 3 years ago

cccxyc commented 3 years ago

i want to ask about the output image with '_rec' because i found it a lot more better and resonable than the output with '_out'. i have only made some modification to the image_encoder, would you tell me how to fix this issue and how the TextualResGenerator outputs? image image image

cccxyc commented 3 years ago

well i went desperate and try testing ending up with good results

idealwhite commented 3 years ago

Sorry for the late response. The '_rec' results are usually good but they are not produced under the inpainting task. They are generated with the condition of I_rec and I_msk, as the "auxiliary path" in the paper.