ZoomNet icon indicating copy to clipboard operation
ZoomNet copied to clipboard

Reproduce the results

Open redman0226 opened this issue 2 years ago • 3 comments

Hi, Thanks for sharing the code. I am interested in your paper. I followed your instructions and ran the code with the default setting, but I cannot reproduce the results you proposed in the paper. The following are the results I reproduced: CHAMELEON: 'MAE': 0.032, CAMO: 'MAE': 0.075, COD10K: 'MAE': 0.033 I am wondering how to reproduce your results. Thank you.

redman0226 avatar Mar 29 '22 18:03 redman0226

@redman0226

Thank you for your attention. To get our results, first make sure to use the same device (RTX 2080Ti) and environment (See readme.md) as ours. In addition, in the OneCycle learning rate decay strategy we adopted, a larger learning rate (0.05) was used. Such a setting can be used for regularization, which may also introduce some fluctuations in the training process. This is what we hope to solve in our future work.

lartpang avatar Mar 30 '22 04:03 lartpang

Dear author,

I downloaded your code directly and also have the results CAMO: "MAE": 0.076. You mentioned that the decay strategy is OneCycle. So I guess this strategy affects the final results. Would you provide the configuration of superparameters for OneCycle please? Further, it is mentioned that "The learning rate is initialized to 0.05 and follows a linear warm-up and linear decay strategy" in your paper.

lvyunqiu avatar Apr 26 '22 07:04 lvyunqiu

Hi, Thanks for sharing the code. I am interested in your paper. I followed your instructions and ran the code with the default setting, but I cannot reproduce the results you proposed in the paper. The following are the results I reproduced: CHAMELEON: 'MAE': 0.032, CAMO: 'MAE': 0.075, COD10K: 'MAE': 0.033 I am wondering how to reproduce your results. Thank you.

Hi,

Have you obtained the best results reported in the paper? If yes, how to get it?

lvyunqiu avatar Apr 26 '22 07:04 lvyunqiu

Hi, Thanks for sharing the code. I am interested in your paper. I followed your instructions and ran the code with the default setting, but I cannot reproduce the results you proposed in the paper. The following are the results I reproduced: CHAMELEON: 'MAE': 0.032, CAMO: 'MAE': 0.075, COD10K: 'MAE': 0.033 I am wondering how to reproduce your results. Thank you.

Same result here. I guess it is best to provide the original config in paper for us to reproduce.

dddraxxx avatar Nov 30 '22 18:11 dddraxxx

Hi, Thanks for sharing the code. I am interested in your paper. I followed your instructions and ran the code with the default setting, but I cannot reproduce the results you proposed in the paper. The following are the results I reproduced: CHAMELEON: 'MAE': 0.032, CAMO: 'MAE': 0.075, COD10K: 'MAE': 0.033 I am wondering how to reproduce your results. Thank you.

Same result here. I guess it is best to provide the original config in paper for us to reproduce.

Hello,

I have obtained the best results in the paper. I delete my pre-trained resnet50-19c8e357.pth and then follow the README again.

lvyunqiu avatar Nov 30 '22 21:11 lvyunqiu

Hi, Thanks for sharing the code. I am interested in your paper. I followed your instructions and ran the code with the default setting, but I cannot reproduce the results you proposed in the paper. The following are the results I reproduced: CHAMELEON: 'MAE': 0.032, CAMO: 'MAE': 0.075, COD10K: 'MAE': 0.033 I am wondering how to reproduce your results. Thank you.

Same result here. I guess it is best to provide the original config in paper for us to reproduce.

Hello,

I have obtained the best results in the paper. I delete my pre-trained resnet50-19c8e357.pth and then follow the README again.

I see. Thanks so much for your answer.

dddraxxx avatar Dec 01 '22 04:12 dddraxxx

Thanks for your comments and I am closing this issue now. Please feel free to reopen it if you still have questions, or open an new issue.

lartpang avatar Dec 01 '22 10:12 lartpang