ChrisChen1023 / HINT

HINT: High-quality INpainting Transformer with Enhanced Attention and Mask-aware Encoding
MIT License
30 stars 4 forks source link

NEED HELP ASAP : wrong model parameters #12

Closed rounak890 closed 5 months ago

rounak890 commented 5 months ago

Respected sir Your HINT model is taking input , mask_whole, mask_half, mask_quarter,mask_tiny as input but you have nowhere passed these to model and also can you tell that what does mask_half, mask_quarter and tiny mask mean is it regarding size of mask?

Thanks in advance

ChrisChen1023 commented 5 months ago

Hi,

The mask_whole, mask_half, mask_quarter,mask_tiny are the masks with different sizes. They are passed by the downsampling process.