chen742/PiPa

About reproducing the performance.

Closed this issue · 2 comments

Great project! I am very insterested in your work and thanks for the release.

However, after reproducing the experiment with the code(HRDA+PiPa), I was not able to achieve the result reported in the paper. Specifically, I reproduced the experiment by directly run

python run_experiments.py --config configs/pipa/gtaHR2csHR_hrda.py

with the random seed 0, 1, 2, and achieved mean intersection over union score 74.52, 74.34, 74.73 respectively. Here is my logs:

I don't know the reason of the performance drop. Could you please tell me the possible reason or any hint to reproduce the results?

Thanks in advance.

Best,
Yuanbing

Hi Yuanbing,

Thanks for your interest in our work,
According to my experience, the cuda version will cause some problem, mmcv were compiled with cuda11.0. FYI

Kind Regards
Mu

Dear Mu@chen742,

Thanks for your kind reply.

As you mentioned in #3, the implemented patch loss in dacs.py is specific for the ablation experiments, and that might be another reason of the performance drop since only pixel loss was applied in my reproduced experiments.

I'm looking forward to the further update.

Best,
Yuanbing