Closed Howard-Hsiao closed 1 year ago
Hi,
We only utilise single-teacher inference in sliding evaluation of Cityscape dataset to speed up the inference, because some reviewers questioned it in my rebuttal stage. Please feel free to use the ensemble result (i.e., the code in VOC), which brings slightly better performances for most of the split protocol in my experience.
Cheers, Yuyuan
Thank you for your prompt response. I'll proceed to experiment with the ensemble approach.
Hello, I noticed some discrepancies between the code used for inference and the formula described in the research paper. I want to comfirm which one is recommended.
The "running_inference" function utilizes only encoder1 and decoder1 to generate predictions. This means that the function relies solely on teacher 1 for the prediction process.
Meanwhile, the inference formula described in the paper involve both teacher 1 and teacher 2.