yeerwen / UniSeg

MICCAI 2023 Paper (Early Acceptance)
Other
161 stars 5 forks source link

Question about comparison study #27

Closed Younger330 closed 6 months ago

Younger330 commented 6 months ago

Hello,

I noticed that you have a universal model named CLIP DoDnet. Does this involve creating a text representation for each dataset and then inputting it into the CLIP model, with other settings similar to DODnet?

yeerwen commented 6 months ago

Yes.

yeerwen commented 6 months ago

Embeddings derived from CLIP are integrated following the procedures used in the CLIP-Driven Universal Model.

Younger330 commented 6 months ago

Yes.

If I understand correctly, there is only one prompt for a dataset, am I right?

yeerwen commented 6 months ago

It's true.