Xiyue-Wang / RetCCL

GNU General Public License v3.0
93 stars 8 forks source link

ccl.py #3

Open nabilapuspit opened 1 year ago

nabilapuspit commented 1 year ago

Hi, I've read your paper in MIA and I have an interest to your works. I've tried to understand your repository, however, I kind a confuse because I cannot find where the ccl class were applied in the feature extraction. could you maybe help me to understand about this? thank you

Xiyue-Wang commented 1 year ago

I've separated out the ccl, please use python get_feature.py, which is trained with ccl, if you want to see the original,here https://github.com/Xiyue-Wang/RetCCL/commit/1e1d757d761416592ba2a54347e7e541bc0c16c2 or https://github.com/Xiyue-Wang/RetCCL/commit/e6faf0bd85c8e7e617882dd5d74e644d28eac771#diff-083d0340427123b21207c09a6cc04390f263544e29f01634e2563f4e03e428efR43

nabilapuspit commented 1 year ago

wow ok then, thank you for your reply!

wangyh97 commented 9 months ago

I've separated out the ccl, please use python get_feature.py, which is trained with ccl, if you want to see the original,here 1e1d757 or e6faf0b#diff-083d0340427123b21207c09a6cc04390f263544e29f01634e2563f4e03e428efR43

Hi, I'm new to DL and I cannot really make out what you mean"seperated out the ccl", codes published in get_features.py contains only a trained resnet with no ccl class, could this be used the same as a ccl network as a feature extractor? thanks a lot

yasohasakii commented 4 months ago

I've separated out the ccl, please use python get_feature.py, which is trained with ccl, if you want to see the original,here 1e1d757 or e6faf0b#diff-083d0340427123b21207c09a6cc04390f263544e29f01634e2563f4e03e428efR43

It‘s weird to read your codes with your paper because I didn't see any contrastive clustering in get_feature.py, are your codes can not be reproduced again?