researchmm / AOT-GAN-for-Inpainting

[TVCG'2023] AOT-GAN for High-Resolution Image Inpainting (codebase for image inpainting)
https://arxiv.org/abs/2104.01431
Apache License 2.0
403 stars 64 forks source link

Picking the right model for random use-case #8

Open roimulia2 opened 3 years ago

roimulia2 commented 3 years ago

Hey there, Loving the paper!

Noobie question: I'm wondering, in case I want to choose a random image (not knowing the content) and matching the right pre-trained model to it, is there a way to automate the process or I'll have to detect what the is image metadata to sync it with the right model? Is it possible to merge the models, so I can feed it with a single output and expect it to handle inpainting even without a context?