advimman / CIPS

Official repository for the paper "Image Generators with Conditionally-Independent Pixel Synthesis" (CVPR2021, Oral)
MIT License
208 stars 36 forks source link

About the blur kernel that affect pixel indenpence #16

Closed thuanz123 closed 2 years ago

thuanz123 commented 2 years ago

I see that in the code for CIPS block, you use a Blur layer, which use 3x3 blur kernel so I think one pixel is affect by 8 surrouding pixel, is it correct ?

thuanz123 commented 2 years ago

Close because I have realized my misunderstanding. Your code is quite messing but actually there is no blurring used in the model