Entity icon indicating copy to clipboard operation
Entity copied to clipboard

CA-SSL: Class-Agnostic Semi-Supervised Learning for Detection and Segmentation (ECCV2022)

Open leichaoyang opened this issue 2 years ago • 4 comments

Where can I find the code of the CA-SSL?

leichaoyang avatar Oct 11 '23 06:10 leichaoyang

Hello,

You can directly use the existing entity segmentation model to generate entity masks. For example, directly use the CropFormer Visualization code. https://github.com/qqlu/Entity/blob/main/Entityv2/CODE.md.

This could be directly used for pseudo labels.

We will release the pseudo labels on 1,700,000 open images soon.

qqlu avatar Oct 11 '23 08:10 qqlu

Can you send me the code of CA-SSL? I want to learn the framework of the CA-SSL.

leichaoyang avatar Oct 11 '23 09:10 leichaoyang

Sorry, I do not understand your requirements.

The CA-SSL mainly uses the unlabeled data and its class-agnostic pesudo labels to warm-up the network whatever the framework be used.

qqlu avatar Oct 11 '23 09:10 qqlu

Thank you, I understand the idea of the paper.

leichaoyang avatar Oct 11 '23 10:10 leichaoyang