EndyWon / Texture-Reformer

Official Pytorch code for "Texture Reformer: Towards Fast and Universal Interactive Texture Transfer" (AAAI 2022)
MIT License
52 stars 5 forks source link

Virtual Try On for Binary Masking and replication of example of the paper #6

Open saiteja4343 opened 6 months ago

saiteja4343 commented 6 months ago

Hi,

First of all thank you for your contributions for creating this model.

I have read the paper and I tried to replicate the "virtual try on" case of the model for some specific use cases (on industrial parts). For initial exps, I used binary masking and done the masking where background is black and metal part is white and done style transfer with another part(same masking as content image). I tweaked some hyperparameters(coarse alpha, fine alpha, enhance alpha and coarse psize) and tried to reduce the noise as much as possible but still got some noise on the borders of the metal parts.

I got some doubts and need help from your side. They are:

Thank you in advance