weijiawu / DiffuMask

[ICCV2023] DiffuMask: Synthesizing Images with Pixel-level Annotations for Semantic Segmentation Using Diffusion Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code?

jiangyuanlin01 opened this issue · comments

can you give me your code?

Sorry, the paper is under review, we have no plan to release the code before the result.

But the method is quite simple, you can implement it by yourself.

@weijiawu hi, The original Affinity net swallows a rgb image, generates a affinity matrix, and use this matrix to refine the cam results to obtain a binary mask for each class, Right? But the paper present a weird view:
image
confused 😭 about this input ⬆️

@weijiawu hi, The original Affinity net swallows a rgb image, generates a affinity matrix, and use this matrix to refine the cam results to obtain a binary mask for each class, Right? But the paper present a weird view: image confused 😭 about this input ⬆️

Sure, similar to the original code, the image, and binary mask are all needed for the affinityNet. We follow the code (https://github.com/jiwoon-ahn/psa).

Help that can help you, 😊