ali-vilab / composer

Official implementation of "Composer: Creative and Controllable Image Synthesis with Composable Conditions"
MIT License
1.53k stars 48 forks source link

Can the networks generate mask itself? #3

Closed Ywz2018 closed 1 year ago

huanglianghua commented 1 year ago

Composer is not able to generate the mask itself. We employ frozen pretrained models to extract the mask. For segmentation mask, we utilize YoloV5, and for creating the masked image, we apply random strokes and rectangles.

Ywz2018 commented 1 year ago

Well,asks for your answer