"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."
"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."
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.
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!