You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, congratulations on your great work.
I am attempting to use a pre-trained model to perform image inpainting on my own images. However, I am obtaining poor results for multiple images. Below, you can see the masked image, the mask, the output, and the code I executed:
Hello everyone, congratulations on your great work.
I am attempting to use a pre-trained model to perform image inpainting on my own images. However, I am obtaining poor results for multiple images. Below, you can see the masked image, the mask, the output, and the code I executed:
!python demo/inpainting_demo.py \ configs/deepfillv2/deepfillv2_8xb2_places-256x256.py \ https://download.openmmlab.com/mmediting/inpainting/deepfillv2/deepfillv2_256x256_8x2_places_20200619-10d15793.pth \ tests/data/inpainting/Places365_val_00000012_masked.jpg \ tests/data/inpainting/Places365_val_00000012_mask.jpg \ tests/data/pred/RES.png
What did I do wrong?
Also, later on, I would like to run the model on multiple images (a subset of Places365) and use my own masks. Is this possible?
Thanks in advance.
The text was updated successfully, but these errors were encountered: