FightingFighting / GPS

This is the repository for paper: Gradient-based Parameter Selection for Efficient Fine-Tuning
14 stars 0 forks source link

Code fine-tuned by sam #3

Open XUYU0205 opened 1 month ago

XUYU0205 commented 1 month ago

Hello, could you please provide the code for fine-tuning the sam segmentation of polyps? If so, I would be very grateful.

FightingFighting commented 1 month ago

Thank you for your interest in our work. I will release the code shortly.

XUYU0205 commented 1 month ago

Please tell me when will it be released?

FightingFighting commented 1 month ago

@XUYU0205 we will release it this Tuesday

xjiangmed commented 1 month ago

@FightingFighting Thanks for the update. Could you provide the code for utils.calc_mDics_and_mIou in SAM.test.py?

FightingFighting commented 1 month ago

@xjiangmed we did not implement it. Instead, we use "from models.mmseg.core.evaluation.metrics import eval_metrics".

xjiangmed commented 1 month ago

Thanks a lot for your help