HDR tutorial result is different from the code running

I study the HDR functions in OpenCV with the tutorial. And then, I try the same code with same parameters in pycharm and visual studio. However, the results are not same like the result shown in the tutorial. The following figure are the result run by my code.
Debevec:


Robertson:

Mertenes Fusion:

Are there any mistakes in my application? Hope someone bring me some assistance.

I ran the code myself and can reproduce your results.

appears to be a bug/regression and you should submit a bug report on Issues · opencv/opencv · GitHub

Thanks to your replay. I will submit a bug report on GitHub. I really appreciate it.