semi-mmseg icon indicating copy to clipboard operation
semi-mmseg copied to clipboard

Questions on reproducing results from the paper

Open haruishi43 opened this issue 1 year ago • 4 comments

Thank you for open sourcing your paper! The results presented in the paper are extremely compelling.

I have some questions and requests:

  1. do you plan to release all of the configs you used in the paper? I would greatly appreciate it so I can reproduce the Cityscapes results. Also, are there any weights that you can share to verify evaluations for Cityscapes and Pascal VOC?
  2. do you have a specific way to evaluate the trained models? I was going to start training the only available config ('cps_meanteacher_3b_w1.5_...'), and was wondering if the saved checkpoints can be directly used for tools/test.py.
  3. For ExpSemiLossCPSFAWS3 (which I assume is the Lst and Lss losses) seem to not use knowledge selection. Reading the code, the self.prob seems to be the threshold, but I don't see anywhere where that is set to 0.95 as in the paper.

haruishi43 avatar Nov 15 '23 15:11 haruishi43