XProNet icon indicating copy to clipboard operation
XProNet copied to clipboard

"Which part of the code corresponds to pseudo label generation and cross-modal prototype initialization? Could you please provide some guidance? Thank you very much. Time is limited, and I would like to use your task as my baseline."

Open shenshaowei opened this issue 1 year ago • 2 comments

"Which part of the code corresponds to pseudo label generation and cross-modal prototype initialization? Could you please provide some guidance? Thank you very much. Time is limited, and I would like to use your task as my baseline."

shenshaowei avatar Dec 27 '24 09:12 shenshaowei

Hi, please refer to our paper and ChexBert repo to generate the pseudo labels and text prototypes. The scripts to generate the image prototype and merge the image and text prototype can be found in directory "files". Note we have not cleaned the code for this part yet, so you may need to modify a bit. Also, I strongly recommend you to read our paper first to ensure a correct re-implementation on your own datasets. Hope this information could help you re-implement our work on your own dataset.

Markin-Wang avatar Dec 27 '24 10:12 Markin-Wang

Hi, please refer to our paper and ChexBert repo to generate the pseudo labels and text prototypes. The scripts to generate the image prototype and merge the image and text prototype can be found in directory "files". Note we have not cleaned the code for this part yet, so you may need to modify a bit. Also, I strongly recommend you to read our paper first to ensure a correct re-implementation on your own datasets. Hope this information could help you re-implement our work on your own dataset.

Dear author,

so the text prototypes can be generated just using the ChexBert?

Thanks!

JadeCityYC avatar Feb 21 '25 08:02 JadeCityYC